|
|
@@ -1984,8 +1984,8 @@ onUnmounted(() => {
|
|
|
}
|
|
|
|
|
|
.side-card--documents {
|
|
|
- min-height: 310px;
|
|
|
- padding: 16px 36px 18px !important;
|
|
|
+ min-height: 280px;
|
|
|
+ padding: 12px 36px 12px !important;
|
|
|
border: 0;
|
|
|
border-radius: 6px;
|
|
|
background: rgba(255, 255, 255, 0.98);
|
|
|
@@ -1994,24 +1994,24 @@ onUnmounted(() => {
|
|
|
|
|
|
.side-card--documents .side-card__header {
|
|
|
width: 100% !important;
|
|
|
- min-height: 34px;
|
|
|
+ min-height: 30px;
|
|
|
margin-left: 0 !important;
|
|
|
padding: 0;
|
|
|
border-bottom: 2px solid #b8ccef;
|
|
|
}
|
|
|
|
|
|
.side-card--documents .notice-tabs {
|
|
|
- height: 34px;
|
|
|
+ height: 30px;
|
|
|
gap: 24px;
|
|
|
}
|
|
|
|
|
|
.side-card--documents .notice-tab {
|
|
|
min-width: 72px;
|
|
|
- height: 34px;
|
|
|
+ height: 30px;
|
|
|
padding: 0;
|
|
|
border-radius: 0;
|
|
|
color: #4b6e9b;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 13px;
|
|
|
font-weight: 800;
|
|
|
}
|
|
|
|
|
|
@@ -2032,7 +2032,7 @@ onUnmounted(() => {
|
|
|
.side-card--documents .side-card__more--documents {
|
|
|
gap: 6px;
|
|
|
color: #0c5aee;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 13px;
|
|
|
font-weight: 800;
|
|
|
}
|
|
|
|
|
|
@@ -2042,11 +2042,11 @@ onUnmounted(() => {
|
|
|
}
|
|
|
|
|
|
.side-card--documents > .space-y-2 {
|
|
|
- padding: 4px 0 0 !important;
|
|
|
+ padding: 2px 0 0 !important;
|
|
|
}
|
|
|
|
|
|
.side-card--documents .notice-item {
|
|
|
- padding: 16px 18px 15px;
|
|
|
+ padding: 11px 18px 10px;
|
|
|
border-bottom: 2px dashed #bfd0e9;
|
|
|
border-radius: 0;
|
|
|
box-shadow: none;
|
|
|
@@ -2306,8 +2306,8 @@ onUnmounted(() => {
|
|
|
}
|
|
|
|
|
|
.side-card--todo-panel {
|
|
|
- min-height: 320px !important;
|
|
|
- padding: 18px 38px 18px !important;
|
|
|
+ min-height: 290px !important;
|
|
|
+ padding: 14px 38px 14px !important;
|
|
|
border: 0;
|
|
|
border-radius: 6px;
|
|
|
background: rgba(255, 255, 255, 0.98);
|
|
|
@@ -2316,7 +2316,7 @@ onUnmounted(() => {
|
|
|
|
|
|
.side-card--todo-panel .side-card__header {
|
|
|
width: 100% !important;
|
|
|
- min-height: 34px;
|
|
|
+ min-height: 30px;
|
|
|
margin-left: 0 !important;
|
|
|
padding: 0;
|
|
|
border-bottom: 2px solid #b8ccef;
|
|
|
@@ -2324,11 +2324,11 @@ onUnmounted(() => {
|
|
|
|
|
|
.side-card--todo-panel .notice-badge {
|
|
|
justify-content: flex-start;
|
|
|
- height: 34px;
|
|
|
+ height: 30px;
|
|
|
min-width: 76px;
|
|
|
padding: 0 !important;
|
|
|
color: #0c5aee;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 13px;
|
|
|
font-weight: 800;
|
|
|
}
|
|
|
|
|
|
@@ -2340,12 +2340,12 @@ onUnmounted(() => {
|
|
|
}
|
|
|
|
|
|
.side-card--todo-panel > .space-y-2 {
|
|
|
- padding: 24px 0 0 !important;
|
|
|
+ padding: 16px 0 0 !important;
|
|
|
}
|
|
|
|
|
|
.side-card--todo-panel .todo-item {
|
|
|
- min-height: 74px;
|
|
|
- padding: 16px 16px 16px 18px;
|
|
|
+ min-height: 62px;
|
|
|
+ padding: 12px 16px 12px 18px;
|
|
|
border: 1px solid #a9c8f8;
|
|
|
border-left: 0;
|
|
|
border-radius: 14px;
|
|
|
@@ -2354,7 +2354,7 @@ onUnmounted(() => {
|
|
|
}
|
|
|
|
|
|
.side-card--todo-panel .todo-item + .todo-item {
|
|
|
- margin-top: 14px;
|
|
|
+ margin-top: 10px;
|
|
|
}
|
|
|
|
|
|
.side-card--todo-panel .todo-item:hover {
|
|
|
@@ -2390,7 +2390,7 @@ onUnmounted(() => {
|
|
|
.side-card--todo-panel .quick-todo-bar {
|
|
|
width: fit-content;
|
|
|
gap: 28px;
|
|
|
- margin-top: 18px;
|
|
|
+ margin-top: 12px;
|
|
|
padding: 0;
|
|
|
border: 0;
|
|
|
border-radius: 0;
|