提交 7399b5eb authored 作者: junjie's avatar junjie

fix:frontend css缩进

上级 e5df9df2
...@@ -6,11 +6,10 @@ ...@@ -6,11 +6,10 @@
@if $align != stretch { @if $align != stretch {
align-items: $align; align-items: $align;
} }
} }
@mixin variant($color, $background-color, $border-color) { @mixin variant($color, $background-color, $border-color) {
color: $color; color: $color;
background-color: $background-color; background-color: $background-color;
border-color: $border-color; border-color: $border-color;
} }
\ No newline at end of file
...@@ -81,7 +81,6 @@ div:focus { ...@@ -81,7 +81,6 @@ div:focus {
} }
.el-dialog__body{ .el-dialog__body{
padding: 1px 20px !important; padding: 1px 20px !important;
} }
} }
...@@ -99,7 +98,6 @@ div:focus { ...@@ -99,7 +98,6 @@ div:focus {
} }
.el-dialog__body{ .el-dialog__body{
padding: 1px 15px !important; padding: 1px 15px !important;
} }
} }
...@@ -117,7 +115,6 @@ div:focus { ...@@ -117,7 +115,6 @@ div:focus {
} }
.el-dialog__body{ .el-dialog__body{
padding: 1px 15px !important; padding: 1px 15px !important;
} }
} }
...@@ -129,7 +126,6 @@ div:focus { ...@@ -129,7 +126,6 @@ div:focus {
.el-dialog__header{ .el-dialog__header{
display:none!important; display:none!important;
} }
.el-dialog__body{ .el-dialog__body{
padding: 0px!important; padding: 0px!important;
...@@ -151,7 +147,6 @@ div:focus { ...@@ -151,7 +147,6 @@ div:focus {
line-height: 30px !important; line-height: 30px !important;
height: 30px !important; height: 30px !important;
border-right: none; border-right: none;
} }
} }
.el-input__inner:focus{ .el-input__inner:focus{
...@@ -160,7 +155,6 @@ div:focus { ...@@ -160,7 +155,6 @@ div:focus {
.el-input-group__append { .el-input-group__append {
background-color: #ffffff; background-color: #ffffff;
} }
} }
.filter-card-class { .filter-card-class {
...@@ -176,7 +170,6 @@ div:focus { ...@@ -176,7 +170,6 @@ div:focus {
} }
.real-input { .real-input {
.el-input__inner { .el-input__inner {
height: 25px !important; height: 25px !important;
border: none !important; border: none !important;
...@@ -194,9 +187,7 @@ div:focus { ...@@ -194,9 +187,7 @@ div:focus {
border: none !important; border: none !important;
} }
} }
} }
} }
} }
.de-filter-data-table::before { .de-filter-data-table::before {
......
...@@ -41,5 +41,5 @@ ...@@ -41,5 +41,5 @@
color: $color; color: $color;
background-color: $background-color; background-color: $background-color;
border-color: $border-color; border-color: $border-color;
} }
...@@ -85,11 +85,9 @@ ...@@ -85,11 +85,9 @@
.avatar-container { .avatar-container {
margin-right: 30px; margin-right: 30px;
.avatar-wrapper { .avatar-wrapper {
margin-top: 5px; margin-top: 5px;
position: relative; position: relative;
.user-avatar { .user-avatar {
cursor: pointer; cursor: pointer;
width: 40px; width: 40px;
...@@ -115,4 +113,4 @@ ...@@ -115,4 +113,4 @@
} }
} }
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论