邓洁 : 修改页面细节

This commit is contained in:
邓洁
2023-11-10 21:41:44 +08:00
parent 1c354f542e
commit 2797978a28
11 changed files with 64 additions and 19 deletions

View File

@@ -115,7 +115,7 @@ html, body, #app, .el-container, .el-aside, .el-main {
.table {
margin-top: 15px;
//margin-top: 15px;
.el-tag {
.el-tag__content {
@@ -264,6 +264,7 @@ html, body, #app, .el-container, .el-aside, .el-main {
height: 84vh;
.scrollbar-dict {
border: 1px solid #ebeef5;
height: 68vh;
overflow-y: auto;
overflow-x: hidden;
@@ -279,7 +280,7 @@ html, body, #app, .el-container, .el-aside, .el-main {
.layout-left {
width: 30%;
border: 1px solid #ebeef5;
//border: 1px solid #ebeef5;
padding: 10px;
@@ -301,7 +302,7 @@ html, body, #app, .el-container, .el-aside, .el-main {
.layout-right {
width: 70%;
border: 1px solid #ebeef5;
//border: 1px solid #ebeef5;
margin-left: 10px;
padding: 10px
}
@@ -356,7 +357,17 @@ html, body, #app, .el-container, .el-aside, .el-main {
margin-left: 5px;
vertical-align: -0.21em;
}
.tag:hover {
color:#418DFF;
.close-icon{
fill: #418DFF;
}
}
.active{
.close-icon{
fill: #418DFF;
}
}
.svg-icon:hover {
cursor: pointer;
//border: 1px solid #E9E9E9;

View File

@@ -8,6 +8,13 @@
justify-content: center;
align-items: center;
}
.port-link{
display: block;
width: 200px;
height: 50px;
margin-left: -40px;
padding-left: 40px;
}
.el-menu {
border: none !important;
.el-sub-menu {