Commit 03329339 authored by cyh's avatar cyh

标签页边框样式修改

parent ed7738e3
......@@ -2,7 +2,8 @@
@import "common/var";
@include b(tabs) {
border: 1px solid $--border-color-base;
border: 1px solid #D7D8D9;
border-radius: 3px;
> .el-tabs__content {
padding: 0 8px 8px 8px;
}
......
......@@ -32692,7 +32692,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
/* Break-point
--------------------------*/
.el-tabs {
border: 1px solid #E4E4E4; }
border: 1px solid #D7D8D9;
border-radius: 3px; }
.el-tabs > .el-tabs__content {
padding: 0 8px 8px 8px; }
.el-tabs__header {
......@@ -263,7 +263,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
/* Break-point
--------------------------*/
.el-tabs {
border: 1px solid #E4E4E4; }
border: 1px solid #D7D8D9;
border-radius: 3px; }
.el-tabs > .el-tabs__content {
padding: 0 8px 8px 8px; }
.el-tabs__header {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment