1.样式调整

2.宽度调整
This commit is contained in:
pan
2024-09-18 14:06:54 +08:00
parent efc8fc7a37
commit 799100b674
7 changed files with 57 additions and 59 deletions

View File

@@ -7,7 +7,7 @@ body {
}
a,a:visited,a:active{
color: #004098;
text-decoration: underline;
text-decoration: none;
cursor: pointer;
}
a:hover{
@@ -79,7 +79,7 @@ body #app .openSidebar .sidebar-container {
}
body #app .sidebar-container .nest-menu .el-sub-menu>.el-sub-menu__title,
body #app .sidebar-container .el-sub-menu .el-menu-item {
min-width: 180px!important;
min-width: 220px!important;
}
body #app .sidebar-container .scrollbar-wrapper {
padding-bottom: 95px;
@@ -336,7 +336,7 @@ body .hideSidebar .el-submenu__title i.icon-zhiliang-xianxing{
}
body #app .sidebar-container .el-submenu .el-menu-item,
body #app .sidebar-container .nest-menu .el-submenu>.el-submenu__title {
min-width: 180px!important;
min-width: 220px!important;
}
/*main-container 右侧内容*/
@@ -395,7 +395,7 @@ body #app .app-wrapper .main-container .navbar .hamburger-container{
z-index: 1001;
left: 0;
bottom: 0;
width: 180px;
width: 220px;
height: 50px;
line-height: 50px;
text-align: right;
@@ -539,7 +539,7 @@ body #app .main-container .navbar .right-menu .el-dropdown .el-dropdown-selfdefi
}
body #app .main-container .navbar .right-menu .el-icon-bell{
color: #141414;
font-size: 26px;
font-size: 18px;
line-height: 40px;
margin: 0 0 0 15px;
}
@@ -1524,10 +1524,8 @@ body .el-button+.el-upload{
body .el-upload,
body .registerbox .avatar-uploader .el-upload{
background:#fff;
border:1px solid #004098;
color:#004098 !important;
border-radius: 2px;
height: 34px;
border: 0;
}
body .el-upload:hover,
body .registerbox .avatar-uploader .el-upload:hover{
@@ -1548,9 +1546,11 @@ body .el-upload:hover .el-upload-dragger i{
}
body .el-upload .el-button,
body .el-upload .el-button:hover{
height: 32px;
line-height: 30px;
border: none !important;
display: block;
border-radius: 2px;
height: 34px;
line-height: 32px;
border: 1px solid #004098 !important;
background: transparent !important;
}
body .el-upload .el-button{
@@ -1559,10 +1559,6 @@ body .el-upload .el-button{
body .el-upload:hover .el-button{
color:#fff !important;
}
body .el-upload .el-button{
border-radius: 0 !important;
display: block;
}
body .el-upload .el-button.el-button--primary{
background: #004098 !important;
border: 1px solid #004098 !important;
@@ -2162,7 +2158,7 @@ body .el-card.lrtt>.el-card__body{
.lrtt .lt{
display: block;
padding: 16px;
width: 250px;
width: 310px;
height: 700px;
overflow: auto;
}
@@ -2584,6 +2580,7 @@ body .login-page .loright .locont .el-form--label-top .el-form-item .el-form-ite
.fbox1 .fr{
display: block;
padding: 16px 32px;
width: 420px;
}
body .el-drawer .el-drawer__body .fbox1 .fl,
body .el-drawer .el-drawer__body .fbox1 .fr{