Commit d1c2c8e0 authored by cyh's avatar cyh

Merge branch 'htcloud' of http://114.115.168.181/yuguangyang/style_tool into htcloud

parents 35d12e20 331557b2
...@@ -785,7 +785,7 @@ $--cascader-height: 200px !default; ...@@ -785,7 +785,7 @@ $--cascader-height: 200px !default;
/// color||Color|0 /// color||Color|0
$--switch-on-color: $--color-primary !default; $--switch-on-color: $--color-primary !default;
/// color||Color|0 /// color||Color|0
$--switch-off-color: $--border-color-base !default; $--switch-off-color: $--border-color-lighter !default;
/// fontSize||Font|1 /// fontSize||Font|1
$--switch-font-size: $--font-size-base !default; $--switch-font-size: $--font-size-base !default;
$--switch-core-border-radius: 10px !default; $--switch-core-border-radius: 10px !default;
......
...@@ -24,17 +24,17 @@ ...@@ -24,17 +24,17 @@
font-weight: 500; font-weight: 500;
cursor: pointer; cursor: pointer;
vertical-align: middle; vertical-align: middle;
color: $--color-text-primary; color: $--color-text-secondary;
@include when(active) { @include when(active) {
color: $--color-primary; color: $--color-text-primary;
} }
@include m(left) { @include m(left) {
margin-right: 10px; margin-right: 8px;
} }
@include m(right) { @include m(right) {
margin-left: 10px; margin-left: 8px;
} }
& * { & * {
line-height: 1; line-height: 1;
......
...@@ -1979,7 +1979,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -1979,7 +1979,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height: 28px; line-height: 28px;
font-size: 14px; font-size: 14px;
color: #666666; color: #666666;
padding-left: 8px; padding-left: 12px;
text-align: left; text-align: left;
outline: none; outline: none;
cursor: pointer; } cursor: pointer; }
...@@ -2027,7 +2027,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -2027,7 +2027,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-right: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
padding-top: 4px; padding-top: 6px;
background-color: #FFFFFF; background-color: #FFFFFF;
overflow: auto; } overflow: auto; }
...@@ -2251,13 +2251,12 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -2251,13 +2251,12 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
margin: 0; margin: 0;
padding: 16px 16px 4px 16px; } padding: 16px; }
.el-date-range-picker__content.is-left { .el-date-range-picker__content.is-left {
border-right: 1px solid #e4e4e4; } border-right: 1px solid #e4e4e4; }
.el-date-range-picker__content .el-date-range-picker__header div { .el-date-range-picker__content .el-date-range-picker__header div {
margin-left: 50px; margin-left: 50px;
margin-right: 50px; margin-right: 50px; }
color: #333; }
.el-date-range-picker__editors-wrap { .el-date-range-picker__editors-wrap {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
......
...@@ -12822,13 +12822,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -12822,13 +12822,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
font-weight: 500; font-weight: 500;
cursor: pointer; cursor: pointer;
vertical-align: middle; vertical-align: middle;
color: #333333; } color: #999999; }
.el-switch__label.is-active { .el-switch__label.is-active {
color: #0994DC; } color: #333333; }
.el-switch__label--left { .el-switch__label--left {
margin-right: 10px; } margin-right: 8px; }
.el-switch__label--right { .el-switch__label--right {
margin-left: 10px; } margin-left: 8px; }
.el-switch__label * { .el-switch__label * {
line-height: 1; line-height: 1;
font-size: 14px; font-size: 14px;
...@@ -12845,12 +12845,12 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -12845,12 +12845,12 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
position: relative; position: relative;
width: 40px; width: 40px;
height: 20px; height: 20px;
border: 1px solid #E4E4E4; border: 1px solid #EBEBEB;
outline: none; outline: none;
border-radius: 10px; border-radius: 10px;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
background: #E4E4E4; background: #EBEBEB;
cursor: pointer; cursor: pointer;
-webkit-transition: border-color .3s, background-color .3s; -webkit-transition: border-color .3s, background-color .3s;
transition: border-color .3s, background-color .3s; transition: border-color .3s, background-color .3s;
...@@ -18455,7 +18455,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -18455,7 +18455,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-table thead { .el-table thead {
color: #333333; } color: #333333; }
.el-table thead th { .el-table thead th {
font-weight: 500; } font-weight: 600; }
.el-table thead.is-group th { .el-table thead.is-group th {
background: #F6F6F6; } background: #F6F6F6; }
.el-table th, .el-table td { .el-table th, .el-table td {
...@@ -22180,7 +22180,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -22180,7 +22180,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height: 28px; line-height: 28px;
font-size: 14px; font-size: 14px;
color: #666666; color: #666666;
padding-left: 8px; padding-left: 12px;
text-align: left; text-align: left;
outline: none; outline: none;
cursor: pointer; } cursor: pointer; }
...@@ -22228,7 +22228,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -22228,7 +22228,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-right: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
padding-top: 4px; padding-top: 6px;
background-color: #FFFFFF; background-color: #FFFFFF;
overflow: auto; } overflow: auto; }
...@@ -22452,13 +22452,12 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -22452,13 +22452,12 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
margin: 0; margin: 0;
padding: 16px 16px 4px 16px; } padding: 16px; }
.el-date-range-picker__content.is-left { .el-date-range-picker__content.is-left {
border-right: 1px solid #e4e4e4; } border-right: 1px solid #e4e4e4; }
.el-date-range-picker__content .el-date-range-picker__header div { .el-date-range-picker__content .el-date-range-picker__header div {
margin-left: 50px; margin-left: 50px;
margin-right: 50px; margin-right: 50px; }
color: #333; }
.el-date-range-picker__editors-wrap { .el-date-range-picker__editors-wrap {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
...@@ -25235,7 +25234,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -25235,7 +25234,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height: 28px; line-height: 28px;
font-size: 14px; font-size: 14px;
color: #666666; color: #666666;
padding-left: 8px; padding-left: 12px;
text-align: left; text-align: left;
outline: none; outline: none;
cursor: pointer; } cursor: pointer; }
...@@ -25283,7 +25282,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -25283,7 +25282,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-right: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
padding-top: 4px; padding-top: 6px;
background-color: #FFFFFF; background-color: #FFFFFF;
overflow: auto; } overflow: auto; }
...@@ -26830,7 +26829,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -26830,7 +26829,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height: 28px; line-height: 28px;
font-size: 14px; font-size: 14px;
color: #666666; color: #666666;
padding-left: 8px; padding-left: 12px;
text-align: left; text-align: left;
outline: none; outline: none;
cursor: pointer; } cursor: pointer; }
...@@ -26878,7 +26877,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -26878,7 +26877,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-right: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
padding-top: 4px; padding-top: 6px;
background-color: #FFFFFF; background-color: #FFFFFF;
overflow: auto; } overflow: auto; }
...@@ -40359,7 +40358,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -40359,7 +40358,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height: 1; } line-height: 1; }
.el-progress__text { .el-progress__text {
font-size: 14px; font-size: 14px;
color: #333333; color: #666666;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
margin-left: 10px; margin-left: 10px;
...@@ -40412,7 +40411,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -40412,7 +40411,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; } box-sizing: border-box; }
.el-progress-bar__outer { .el-progress-bar__outer {
height: 8px !important; height: 6px;
border-radius: 100px; border-radius: 100px;
background-color: #EBEBEB; background-color: #EBEBEB;
overflow: hidden; overflow: hidden;
...@@ -41295,7 +41294,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -41295,7 +41294,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height: 1; } line-height: 1; }
.el-progress__text { .el-progress__text {
font-size: 14px; font-size: 14px;
color: #333333; color: #666666;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
margin-left: 10px; margin-left: 10px;
...@@ -41348,7 +41347,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -41348,7 +41347,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; } box-sizing: border-box; }
.el-progress-bar__outer { .el-progress-bar__outer {
height: 8px !important; height: 6px;
border-radius: 100px; border-radius: 100px;
background-color: #EBEBEB; background-color: #EBEBEB;
overflow: hidden; overflow: hidden;
...@@ -53708,9 +53707,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -53708,9 +53707,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-link.el-link--primary { .el-link.el-link--primary {
color: #0994DC; } color: #0994DC; }
.el-link.el-link--primary:hover { .el-link.el-link--primary:hover {
color: #0885C6; } color: #3aa9e3; }
.el-link.el-link--primary:after { .el-link.el-link--primary:after {
border-color: #0885C6; } border-color: #0994DC; }
.el-link.el-link--primary.is-disabled { .el-link.el-link--primary.is-disabled {
color: #84caee; } color: #84caee; }
.el-link.el-link--primary.is-underline:hover:after { .el-link.el-link--primary.is-underline:hover:after {
...@@ -53718,9 +53717,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -53718,9 +53717,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-link.el-link--danger { .el-link.el-link--danger {
color: #FF3D33; } color: #FF3D33; }
.el-link.el-link--danger:hover { .el-link.el-link--danger:hover {
color: #0885C6; } color: #ff645c; }
.el-link.el-link--danger:after { .el-link.el-link--danger:after {
border-color: #0885C6; } border-color: #FF3D33; }
.el-link.el-link--danger.is-disabled { .el-link.el-link--danger.is-disabled {
color: #ff9e99; } color: #ff9e99; }
.el-link.el-link--danger.is-underline:hover:after { .el-link.el-link--danger.is-underline:hover:after {
...@@ -53728,9 +53727,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -53728,9 +53727,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-link.el-link--success { .el-link.el-link--success {
color: #4EC87C; } color: #4EC87C; }
.el-link.el-link--success:hover { .el-link.el-link--success:hover {
color: #0885C6; } color: #71d396; }
.el-link.el-link--success:after { .el-link.el-link--success:after {
border-color: #0885C6; } border-color: #4EC87C; }
.el-link.el-link--success.is-disabled { .el-link.el-link--success.is-disabled {
color: #a7e4be; } color: #a7e4be; }
.el-link.el-link--success.is-underline:hover:after { .el-link.el-link--success.is-underline:hover:after {
...@@ -53738,9 +53737,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -53738,9 +53737,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-link.el-link--warning { .el-link.el-link--warning {
color: #FFA533; } color: #FFA533; }
.el-link.el-link--warning:hover { .el-link.el-link--warning:hover {
color: #0885C6; } color: #ffb75c; }
.el-link.el-link--warning:after { .el-link.el-link--warning:after {
border-color: #0885C6; } border-color: #FFA533; }
.el-link.el-link--warning.is-disabled { .el-link.el-link--warning.is-disabled {
color: #ffd299; } color: #ffd299; }
.el-link.el-link--warning.is-underline:hover:after { .el-link.el-link--warning.is-underline:hover:after {
...@@ -53748,9 +53747,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -53748,9 +53747,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-link.el-link--info { .el-link.el-link--info {
color: #00BBF2; } color: #00BBF2; }
.el-link.el-link--info:hover { .el-link.el-link--info:hover {
color: #0885C6; } color: #33c9f5; }
.el-link.el-link--info:after { .el-link.el-link--info:after {
border-color: #0885C6; } border-color: #00BBF2; }
.el-link.el-link--info.is-disabled { .el-link.el-link--info.is-disabled {
color: #80ddf9; } color: #80ddf9; }
.el-link.el-link--info.is-underline:hover:after { .el-link.el-link--info.is-underline:hover:after {
...@@ -307,9 +307,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -307,9 +307,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-link.el-link--primary { .el-link.el-link--primary {
color: #0994DC; } color: #0994DC; }
.el-link.el-link--primary:hover { .el-link.el-link--primary:hover {
color: #0885C6; } color: #3aa9e3; }
.el-link.el-link--primary:after { .el-link.el-link--primary:after {
border-color: #0885C6; } border-color: #0994DC; }
.el-link.el-link--primary.is-disabled { .el-link.el-link--primary.is-disabled {
color: #84caee; } color: #84caee; }
.el-link.el-link--primary.is-underline:hover:after { .el-link.el-link--primary.is-underline:hover:after {
...@@ -317,9 +317,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -317,9 +317,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-link.el-link--danger { .el-link.el-link--danger {
color: #FF3D33; } color: #FF3D33; }
.el-link.el-link--danger:hover { .el-link.el-link--danger:hover {
color: #0885C6; } color: #ff645c; }
.el-link.el-link--danger:after { .el-link.el-link--danger:after {
border-color: #0885C6; } border-color: #FF3D33; }
.el-link.el-link--danger.is-disabled { .el-link.el-link--danger.is-disabled {
color: #ff9e99; } color: #ff9e99; }
.el-link.el-link--danger.is-underline:hover:after { .el-link.el-link--danger.is-underline:hover:after {
...@@ -327,9 +327,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -327,9 +327,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-link.el-link--success { .el-link.el-link--success {
color: #4EC87C; } color: #4EC87C; }
.el-link.el-link--success:hover { .el-link.el-link--success:hover {
color: #0885C6; } color: #71d396; }
.el-link.el-link--success:after { .el-link.el-link--success:after {
border-color: #0885C6; } border-color: #4EC87C; }
.el-link.el-link--success.is-disabled { .el-link.el-link--success.is-disabled {
color: #a7e4be; } color: #a7e4be; }
.el-link.el-link--success.is-underline:hover:after { .el-link.el-link--success.is-underline:hover:after {
...@@ -337,9 +337,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -337,9 +337,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-link.el-link--warning { .el-link.el-link--warning {
color: #FFA533; } color: #FFA533; }
.el-link.el-link--warning:hover { .el-link.el-link--warning:hover {
color: #0885C6; } color: #ffb75c; }
.el-link.el-link--warning:after { .el-link.el-link--warning:after {
border-color: #0885C6; } border-color: #FFA533; }
.el-link.el-link--warning.is-disabled { .el-link.el-link--warning.is-disabled {
color: #ffd299; } color: #ffd299; }
.el-link.el-link--warning.is-underline:hover:after { .el-link.el-link--warning.is-underline:hover:after {
...@@ -347,9 +347,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -347,9 +347,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-link.el-link--info { .el-link.el-link--info {
color: #00BBF2; } color: #00BBF2; }
.el-link.el-link--info:hover { .el-link.el-link--info:hover {
color: #0885C6; } color: #33c9f5; }
.el-link.el-link--info:after { .el-link.el-link--info:after {
border-color: #0885C6; } border-color: #00BBF2; }
.el-link.el-link--info.is-disabled { .el-link.el-link--info.is-disabled {
color: #80ddf9; } color: #80ddf9; }
.el-link.el-link--info.is-underline:hover:after { .el-link.el-link--info.is-underline:hover:after {
......
...@@ -267,7 +267,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -267,7 +267,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height: 1; } line-height: 1; }
.el-progress__text { .el-progress__text {
font-size: 14px; font-size: 14px;
color: #333333; color: #666666;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
margin-left: 10px; margin-left: 10px;
...@@ -320,7 +320,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -320,7 +320,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; } box-sizing: border-box; }
.el-progress-bar__outer { .el-progress-bar__outer {
height: 8px !important; height: 6px;
border-radius: 100px; border-radius: 100px;
background-color: #EBEBEB; background-color: #EBEBEB;
overflow: hidden; overflow: hidden;
......
...@@ -286,13 +286,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -286,13 +286,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
font-weight: 500; font-weight: 500;
cursor: pointer; cursor: pointer;
vertical-align: middle; vertical-align: middle;
color: #333333; } color: #999999; }
.el-switch__label.is-active { .el-switch__label.is-active {
color: #0994DC; } color: #333333; }
.el-switch__label--left { .el-switch__label--left {
margin-right: 10px; } margin-right: 8px; }
.el-switch__label--right { .el-switch__label--right {
margin-left: 10px; } margin-left: 8px; }
.el-switch__label * { .el-switch__label * {
line-height: 1; line-height: 1;
font-size: 14px; font-size: 14px;
...@@ -309,12 +309,12 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -309,12 +309,12 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
position: relative; position: relative;
width: 40px; width: 40px;
height: 20px; height: 20px;
border: 1px solid #E4E4E4; border: 1px solid #EBEBEB;
outline: none; outline: none;
border-radius: 10px; border-radius: 10px;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
background: #E4E4E4; background: #EBEBEB;
cursor: pointer; cursor: pointer;
-webkit-transition: border-color .3s, background-color .3s; -webkit-transition: border-color .3s, background-color .3s;
transition: border-color .3s, background-color .3s; transition: border-color .3s, background-color .3s;
......
...@@ -1829,7 +1829,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -1829,7 +1829,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-table thead { .el-table thead {
color: #333333; } color: #333333; }
.el-table thead th { .el-table thead th {
font-weight: 500; } font-weight: 600; }
.el-table thead.is-group th { .el-table thead.is-group th {
background: #F6F6F6; } background: #F6F6F6; }
.el-table th, .el-table td { .el-table th, .el-table td {
......
...@@ -807,7 +807,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -807,7 +807,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height: 28px; line-height: 28px;
font-size: 14px; font-size: 14px;
color: #666666; color: #666666;
padding-left: 8px; padding-left: 12px;
text-align: left; text-align: left;
outline: none; outline: none;
cursor: pointer; } cursor: pointer; }
...@@ -855,7 +855,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -855,7 +855,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-right: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
padding-top: 4px; padding-top: 6px;
background-color: #FFFFFF; background-color: #FFFFFF;
overflow: auto; } overflow: auto; }
......
...@@ -1198,7 +1198,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -1198,7 +1198,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height: 28px; line-height: 28px;
font-size: 14px; font-size: 14px;
color: #666666; color: #666666;
padding-left: 8px; padding-left: 12px;
text-align: left; text-align: left;
outline: none; outline: none;
cursor: pointer; } cursor: pointer; }
...@@ -1246,7 +1246,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -1246,7 +1246,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-right: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
padding-top: 4px; padding-top: 6px;
background-color: #FFFFFF; background-color: #FFFFFF;
overflow: auto; } overflow: auto; }
......
...@@ -405,7 +405,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -405,7 +405,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height: 1; } line-height: 1; }
.el-progress__text { .el-progress__text {
font-size: 14px; font-size: 14px;
color: #333333; color: #666666;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
margin-left: 10px; margin-left: 10px;
...@@ -458,7 +458,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -458,7 +458,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; } box-sizing: border-box; }
.el-progress-bar__outer { .el-progress-bar__outer {
height: 8px !important; height: 6px;
border-radius: 100px; border-radius: 100px;
background-color: #EBEBEB; background-color: #EBEBEB;
overflow: hidden; overflow: hidden;
......
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