其他特别说明 |
diff --git a/ruoyi-admin/src/main/resources/templates/project/order/edit.html b/ruoyi-admin/src/main/resources/templates/project/order/edit.html
index 87fa250a..64bdd0c0 100644
--- a/ruoyi-admin/src/main/resources/templates/project/order/edit.html
+++ b/ruoyi-admin/src/main/resources/templates/project/order/edit.html
@@ -22,6 +22,9 @@
.is-required {
color: red;
+ display: inline-block;
+ vertical-align: middle;
+ font-size: 25px;
}
th {
@@ -33,6 +36,9 @@
font-size: 30px;
padding: 10px 0;
color: #0075ff;
+ display: flex;
+ align-items: flex-end; /* 垂直居中 */
+ font-family: "微软雅黑", Arial, sans-serif; /* 统一字体 */
}
.checkbox-group label {
@@ -60,7 +66,7 @@
}
.shortTd {
- width: 100px;
+ width: 160px;
}
input, textarea, .productTable td {
@@ -93,13 +99,20 @@
font-size: 10px;
color: #999999;
}
+ .white-bg{
+ padding: 0px 50px;
+ }
|