fix:frontend css缩进

This commit is contained in:
junjie 2021-06-24 14:30:02 +08:00
parent e5df9df218
commit 7399b5eb2c
5 changed files with 182 additions and 194 deletions

View File

@ -6,11 +6,10 @@
@if $align != stretch {
align-items: $align;
}
}
}
@mixin variant($color, $background-color, $border-color) {
@mixin variant($color, $background-color, $border-color) {
color: $color;
background-color: $background-color;
border-color: $border-color;
}
}

View File

@ -81,7 +81,6 @@ div:focus {
}
.el-dialog__body{
padding: 1px 20px !important;
}
}
@ -99,7 +98,6 @@ div:focus {
}
.el-dialog__body{
padding: 1px 15px !important;
}
}
@ -117,7 +115,6 @@ div:focus {
}
.el-dialog__body{
padding: 1px 15px !important;
}
}
@ -129,7 +126,6 @@ div:focus {
.el-dialog__header{
display:none!important;
}
.el-dialog__body{
padding: 0px!important;
@ -151,7 +147,6 @@ div:focus {
line-height: 30px !important;
height: 30px !important;
border-right: none;
}
}
.el-input__inner:focus{
@ -160,7 +155,6 @@ div:focus {
.el-input-group__append {
background-color: #ffffff;
}
}
.filter-card-class {
@ -176,7 +170,6 @@ div:focus {
}
.real-input {
.el-input__inner {
height: 25px !important;
border: none !important;
@ -194,9 +187,7 @@ div:focus {
border: none !important;
}
}
}
}
}
.de-filter-data-table::before {

View File

@ -41,5 +41,5 @@
color: $color;
background-color: $background-color;
border-color: $border-color;
}
}

View File

@ -85,11 +85,9 @@
.avatar-container {
margin-right: 30px;
.avatar-wrapper {
margin-top: 5px;
position: relative;
.user-avatar {
cursor: pointer;
width: 40px;
@ -115,4 +113,4 @@
}
}
}
}
}