邓洁 : 修复首屏风机细节

This commit is contained in:
dengj
2023-12-29 14:19:40 +08:00
parent 7d3aa9ef46
commit bc39fcda9e
2 changed files with 18 additions and 24 deletions

View File

@@ -110,15 +110,16 @@ let isWaringC = computed(() => {
display: flex;
align-items: center;
width: 100%;
padding: 6px 38px 7px 10px;
padding: 6px 0 7px 10px;
margin-bottom: 17px;
&:hover {
background: #2E5589;
border-radius: 6px;
//background: #2E5589;
//border-radius: 6px;
}
&:last-child {
margin-bottom: 0;
.label {
span {
margin: 0 5px 0 14px;