【fix ESLint】src/components/onlineForm/OnlineForm.css
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.jeecg-mask-cust[data-v-7750c39d] {
|
.jeecg-mask-cust[data-v-7750c39d] {
|
||||||
height: 0%;
|
height: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
opacity: .3;
|
opacity: .3;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -367,7 +367,7 @@ th[data-v-125d8be6] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.jeecg-mask-cust[data-v-4070e3c9] {
|
.jeecg-mask-cust[data-v-4070e3c9] {
|
||||||
height: 0%;
|
height: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
opacity: .3;
|
opacity: .3;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -466,18 +466,29 @@ th[data-v-125d8be6] {
|
|||||||
border-radius: 4px 0 0 4px
|
border-radius: 4px 0 0 4px
|
||||||
}
|
}
|
||||||
|
|
||||||
.j-table-force-nowrap {
|
/*.j-table-force-nowrap {*/
|
||||||
td, th {
|
/* td, th {*/
|
||||||
white-space: nowrap
|
/* white-space: nowrap*/
|
||||||
}
|
/* }*/
|
||||||
|
|
||||||
.ant-table-selection-column {
|
/* .ant-table-selection-column {*/
|
||||||
padding: 12px 22px !important
|
/* padding: 12px 22px !important*/
|
||||||
}
|
/* }*/
|
||||||
|
|
||||||
&.ant-table-wrapper .ant-table-content {
|
/* &.ant-table-wrapper .ant-table-content {*/
|
||||||
overflow-x: auto
|
/* overflow-x: auto*/
|
||||||
}
|
/* }*/
|
||||||
|
/*}*/
|
||||||
|
|
||||||
|
.j-table-force-nowrap td,
|
||||||
|
.j-table-force-nowrap th {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.j-table-force-nowrap .ant-table-selection-column {
|
||||||
|
padding: 12px 22px !important;
|
||||||
|
}
|
||||||
|
.j-table-force-nowrap.ant-table-wrapper .ant-table-content {
|
||||||
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-card-body .table-operator[data-v-67102101] {
|
.ant-card-body .table-operator[data-v-67102101] {
|
||||||
@@ -664,7 +675,7 @@ th[data-v-125d8be6] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.jeecg-mask-cust[data-v-22098770] {
|
.jeecg-mask-cust[data-v-22098770] {
|
||||||
height: 0%;
|
height: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
opacity: .3;
|
opacity: .3;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user