From 5019ed6016b47221321bf395cd102dc4b51b4724 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 05 二月 2024 09:40:43 +0800
Subject: [PATCH] Mr.Shi
---
company/src/components/business/ApplyChangeDetails.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/company/src/components/business/ApplyChangeDetails.vue b/company/src/components/business/ApplyChangeDetails.vue
index 29ec8d2..05a6a2c 100644
--- a/company/src/components/business/ApplyChangeDetails.vue
+++ b/company/src/components/business/ApplyChangeDetails.vue
@@ -113,7 +113,7 @@
// 楠岃瘉瑙勫垯
rules: {
},
- reverse: true,
+ reverse: false,
tableData: []
}
},
@@ -220,6 +220,7 @@
font-weight: bold;
text-align: center;
padding: 15px;
+ box-sizing: border-box;
}
.box_header {
width: 100%;
@@ -228,6 +229,7 @@
flex-wrap: wrap;
border-top: 1px solid #b4bbc5;
border-left: 1px solid #b4bbc5;
+ box-sizing: border-box;
.box_header_item {
width: 50%;
height: 50px;
@@ -247,6 +249,7 @@
color: black;
background: #f2f2f2;
border-right: 1px solid #b4bbc5;
+ box-sizing: border-box;
}
.box_header_item_val {
flex: 1;
--
Gitblit v1.9.3