From c1fd6952f42461bc7e83c97f594a52fc1af934eb Mon Sep 17 00:00:00 2001
From: liubp <1535785116@qq.com>
Date: 星期四, 25 十二月 2025 18:15:43 +0800
Subject: [PATCH] 费用明细表,查询,编辑,删除,添加接口对接,公益金表接口对接,页面样式优化
---
public/css/vc.css | 43 +++++++++++++++++++++++++++++++++++++++++--
1 files changed, 41 insertions(+), 2 deletions(-)
diff --git a/public/css/vc.css b/public/css/vc.css
index 4a1cdf3..0db6a65 100644
--- a/public/css/vc.css
+++ b/public/css/vc.css
@@ -1380,7 +1380,7 @@
width: 100%;
border-collapse: collapse;
border: 1px solid #e8e8e8;
- font-size: 14px;
+ font-size: 12px;
background: #fff;
margin-bottom: 0;
}
@@ -1416,7 +1416,7 @@
.cost-detail-container table td a {
color: #1677ff;
text-decoration: none;
- margin-right: 12px;
+ margin-right: 10px;
cursor: pointer;
white-space: nowrap;
}
@@ -1607,6 +1607,45 @@
cursor: pointer;
}
+.form-container .form-row .form-label {
+ padding: 12px 0 15px 0;
+ margin: 0px;
+ font-size: 14px;
+ font-weight: 600;
+ color: #333;
+ text-align: right;
+ vertical-align: middle;
+ line-height: 32px;
+}
+
+.form-label-detail{
+ padding: 0px 0 15px 0;
+ margin: 0px;
+ font-size: 14px;
+ font-weight: 600;
+ color: #333;
+ text-align: right;
+ vertical-align: middle;
+ line-height: 32px;
+}
+
+.form-container .form-row p {
+ margin-right: 15px;
+}
+
+#ownerScope{
+ position: relative;
+ top: 12px;
+ width: 180px;
+ height: 32px;
+}
+#buildingScope{
+ position: relative;
+ top: 12px;
+ width: 180px;
+ height: 32px;
+}
+
#button-container,
#data-container {
display: flex;
--
Gitblit v1.8.0