Commit c5d1254d authored by cyh's avatar cyh

update .gitignore

parent 474edc4f
...@@ -18408,6 +18408,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -18408,6 +18408,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
overflow-y: auto; } overflow-y: auto; }
.el-table thead { .el-table thead {
color: #333333; } color: #333333; }
.el-table thead th {
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 {
...@@ -18522,7 +18524,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -18522,7 +18524,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-table--border th, .el-table--border td { .el-table--border th, .el-table--border td {
border-right: 1px solid #E0E0E0; } border-right: 1px solid #E0E0E0; }
.el-table--border th:first-child .cell, .el-table--border td:first-child .cell { .el-table--border th:first-child .cell, .el-table--border td:first-child .cell {
padding-left: 10px; } padding-left: 8px; }
.el-table--border th.gutter:last-of-type { .el-table--border th.gutter:last-of-type {
border-bottom: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0;
border-bottom-width: 1px; } border-bottom-width: 1px; }
...@@ -1828,6 +1828,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -1828,6 +1828,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
overflow-y: auto; } overflow-y: auto; }
.el-table thead { .el-table thead {
color: #333333; } color: #333333; }
.el-table thead th {
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 {
...@@ -1942,7 +1944,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -1942,7 +1944,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-table--border th, .el-table--border td { .el-table--border th, .el-table--border td {
border-right: 1px solid #E0E0E0; } border-right: 1px solid #E0E0E0; }
.el-table--border th:first-child .cell, .el-table--border td:first-child .cell { .el-table--border th:first-child .cell, .el-table--border td:first-child .cell {
padding-left: 10px; } padding-left: 8px; }
.el-table--border th.gutter:last-of-type { .el-table--border th.gutter:last-of-type {
border-bottom: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0;
border-bottom-width: 1px; } border-bottom-width: 1px; }
......
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