重点部位基础信息管理页面样式修改

main^2
jiangxucong 1 week ago
parent 39e979e321
commit ed67e60122

@ -65,7 +65,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
margin: 10px 15px 0 15px; margin: 0 15px;
height: 40px; height: 40px;
} }
@ -268,7 +268,7 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 8px 15px 5px 15px; padding: 8px 15px 0px 15px;
.tableTitle { .tableTitle {
display: flex; display: flex;
@ -278,7 +278,7 @@
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
line-height: 32px;
.titleIcon { .titleIcon {
width: 3px; width: 3px;
height: 16px; height: 16px;
@ -380,7 +380,8 @@
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
margin-bottom: 10px; padding-top: 8px;
line-height: 32px;
.titleIcon { .titleIcon {
width: 3px; width: 3px;

Loading…
Cancel
Save