网络管理表格修改

main
项洋 2 weeks ago
parent 9955081edc
commit 5a0386ffdd

@ -1770,7 +1770,7 @@ export default {
width: 50%;
height: 50%;
// margin-right: 22px;
padding: 0px 50px 80px 0px;
padding: 35px 50px 80px 0px;
.firewall-container {
height: calc(100% - 76px);
width: 100%;
@ -1886,7 +1886,7 @@ export default {
.table-row {
display: flex;
background-color: rgba(18, 40, 69, 0.5);
background-color:black;
border-bottom: 1px solid #193859;
&:hover {
@ -1894,7 +1894,7 @@ export default {
}
&.odd-row {
background-color: rgba(18, 40, 69, 0.7);
background: url("~@/assets/privateOrder/general/背景表格斑马纹.png")!important;
}
.cell {
@ -1921,7 +1921,7 @@ export default {
.section-ecosphere {
width: 50%;
height: 50%;
padding: 0px 50px 50px 0px;
padding: 35px 50px 50px 0px;
.zoology-box {
display: flex;

@ -812,7 +812,7 @@ export default {
} else {
index++;
}
}, 4000);
}, 2000);
},
getItemColor(index) {
return this.colorMap[index] || "#ffffff";
@ -1077,7 +1077,7 @@ export default {
line-height: 22px;
text-align: center;
&:first-child {
width: 120px;
width: 200px;
}
&:nth-child(2) {
@ -1085,7 +1085,7 @@ export default {
}
&:last-child {
width: 100px;
width: 150px;
}
}
}
@ -1100,15 +1100,15 @@ export default {
.table-row {
display: flex;
background-color: rgba(18, 40, 69, 0.5);
background-color: black;
border-bottom: 1px solid #193859;
line-height: 60px;
&:hover {
background-color: rgba(33, 150, 243, 0.1) !important;
}
&:nth-child(odd) {
background-color: rgba(18, 40, 69, 0.7);
background: url("~@/assets/privateOrder/general/背景表格斑马纹.png")!important;
}
&.highlight-row {

Loading…
Cancel
Save