6141aa57 by lihua

修复表格边框问题

1 parent 1bf3d3ed
...@@ -168,6 +168,18 @@ ...@@ -168,6 +168,18 @@
168 height: 30px !important; 168 height: 30px !important;
169 } 169 }
170 170
171 .el-input-tag {
172 .el-input-tag__input {
173 font-family: simsun;
174 --el-input-border-color: #d9d9d9;
175 --el-border-color: #d9d9d9;
176
177 &::placeholder {
178 color: #b2b2b2;
179 }
180 }
181 }
182
171 .el-input { 183 .el-input {
172 .el-input__wrapper { 184 .el-input__wrapper {
173 --el-input-border-color: #d9d9d9; 185 --el-input-border-color: #d9d9d9;
...@@ -1146,6 +1158,7 @@ ...@@ -1146,6 +1158,7 @@
1146 1158
1147 .el-table__inner-wrapper::before { 1159 .el-table__inner-wrapper::before {
1148 height: 0px; 1160 height: 0px;
1161 min-height: 0px;
1149 } 1162 }
1150 1163
1151 &.el-table--enable-row-hover .el-table__body tr.el-table__row--striped:hover>td.el-table__cell { 1164 &.el-table--enable-row-hover .el-table__body tr.el-table__row--striped:hover>td.el-table__cell {
......
...@@ -626,6 +626,7 @@ const getTextAlign = (field) => { ...@@ -626,6 +626,7 @@ const getTextAlign = (field) => {
626 td.el-table__cell::after, 626 td.el-table__cell::after,
627 .el-table__inner-wrapper::before { 627 .el-table__inner-wrapper::before {
628 height: 0px; 628 height: 0px;
629 min-height: 0px;
629 } 630 }
630 631
631 .cell { 632 .cell {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!