Skip to content

Commit

Permalink
style: 优化公告相关样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Oct 23, 2024
1 parent fd1dfcf commit 33bf31b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/views/dashboard/workplace/components/Notice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ onMounted(() => {
</script>

<style scoped lang="less">
:deep(.arco-typography) {
color: var(--color-text-2);
}
.item {
display: flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion src/views/system/notice/NoticeDetailModal.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<a-modal v-model:visible="visible" :width="width >= 600 ? '70%' : '100%'" :footer="false" draggable @close="reset">
<a-modal v-model:visible="visible" :width="width >= 600 ? 'auto' : '100%'" :footer="false" draggable @close="reset">
<a-typography :style="{ marginTop: '-40px', textAlign: 'center' }">
<a-typography-title>
{{ dataDetail?.title }}
Expand Down

0 comments on commit 33bf31b

Please sign in to comment.