diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 0c0e40c..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/view/person/index.vue b/src/view/person/index.vue index d5e21de..dab707b 100644 --- a/src/view/person/index.vue +++ b/src/view/person/index.vue @@ -1106,7 +1106,10 @@ onMounted(() => { margin-right: 10px; margin-bottom: 20px; cursor: not-allowed; - + p { + font-size: 16px; + font-weight: 500; + } // &:hover { // background: rgba(0, 158, 255, 0.38); // box-shadow: inset 0px 0px 11px 0px rgba(255, 255, 255, 0.5); diff --git a/src/view/sy_details.vue b/src/view/sy_details.vue index 317ff8f..64c2ca1 100644 --- a/src/view/sy_details.vue +++ b/src/view/sy_details.vue @@ -1490,8 +1490,8 @@ const getTable = async (url, currentPage) => { .then((res) => { if (res.code == 200) { data.tableData = res.data; - console.log(data.tableData); pagination.total = res.count; + console.log(data.tableData); } }); }; diff --git a/src/view/sy_table.vue b/src/view/sy_table.vue index d1fd133..791b095 100644 --- a/src/view/sy_table.vue +++ b/src/view/sy_table.vue @@ -120,7 +120,13 @@
-
{{ item.name }}
+ +
{{ item.name }}
+
详情
@@ -880,6 +886,11 @@ onMounted(() => { color: #ffffff; letter-spacing: 2px; font-family: titleNore; + // width: 355px; + max-width: 355px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .tableBoxCenter1 { width: 70px;