File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Vol.Vue/src/components/basic
开发版dev/Vue.NetCore/Vol.Vue/src/components/basic Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1302,6 +1302,10 @@ export default {
13021302.v-table >>> .el-table__footer td {
13031303 padding : 5px 0 !important ;
13041304}
1305+ /* 2021.01.30修复火狐checkbox错位问题 */
1306+ .vol-table >>> .el-table-column--selection .cell {
1307+ display : inline ;
1308+ }
13051309.vol-table.text-inline >>> .el-table th > .cell {
13061310 white-space : inherit !important ;
13071311}
Original file line number Diff line number Diff line change @@ -1302,6 +1302,10 @@ export default {
13021302.v-table >>> .el-table__footer td {
13031303 padding : 5px 0 !important ;
13041304}
1305+ /* 2021.01.30修复火狐checkbox错位问题 */
1306+ .vol-table >>> .el-table-column--selection .cell {
1307+ display : inline ;
1308+ }
13051309.vol-table.text-inline >>> .el-table th > .cell {
13061310 white-space : inherit !important ;
13071311}
You can’t perform that action at this time.
0 commit comments