+ :row-config="{ isHover: true, keyField: 'ybh' }" @current-change="handleRowClick" size="small"
+ :cell-style="cellStyle" class="mytable-style" ref="tableRef" :enable-column-drag="true"
+ @column-drag-end="handleColumnDragEnd">
- {{ row.finish == 1 ? '✅' : '❌' }}
+
+
-
+
-
+
@@ -28,15 +30,15 @@
-
+
-
+
-
+
@@ -47,7 +49,7 @@
@@ -503,13 +535,17 @@ onMounted(async () => {
.box-shadow {
box-shadow: 2px 2px 4px 0px rgba(206, 217, 234, 0.7);
border-radius: 12px;
- padding: 12px;
+ padding: 10px;
background-color: #fff;
}
.compact-form {
border-bottom: 1px solid #E1E9F7;
- margin-bottom: 16px;
+ margin-bottom: 10px;
+
+ .el-form-item--default {
+ margin-bottom: 5px !important;
+ }
}
.card-content {
@@ -524,7 +560,7 @@ onMounted(async () => {
.tab-list {
display: flex;
justify-content: space-between;
- margin-bottom: 10px;
+ margin-bottom: 1px;
border: 1px solid #fff;
border-radius: 12px;
background-color: #fff;
@@ -563,36 +599,17 @@ onMounted(async () => {
font-weight: 500;
font-size: 16px;
color: #28BDBB;
- margin-top: 20px;
+ // margin-top: 20px;
- span {
- display: inline-block;
- width: 150px;
- height: 32px;
- background: rgba(40, 189, 187, 0.1);
- border-radius: 16px;
- border: 1px solid #28BDBB;
- vertical-align: middle;
- text-align: center;
- }
+ span {}
.text2 {
color: #1F33FF;
-
- span {
- background: rgba(212, 229, 255, 0.5);
- border: 1px solid #96B8D9;
- }
}
.text3 {
color: #FF0000;
-
- span {
- background: rgba(255, 193, 193, 0.5);
- border: 1px solid #FF0000;
- }
}
}
diff --git a/src/views/liswork/work/others/index.vue b/src/views/liswork/work/others/index.vue
index 8f67b94..2ca3da2 100644
--- a/src/views/liswork/work/others/index.vue
+++ b/src/views/liswork/work/others/index.vue
@@ -3,7 +3,7 @@
+ height="81vh" show-overflow-tooltip>
{{ formatyq(scope.row.yq) }}
@@ -19,7 +19,7 @@
+ height="81vh">
@@ -77,7 +77,7 @@ const formatyq = (v: string) => {