yw-ui-vue2 2.0.40 → 2.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/index/style.css +12 -10
- package/lib/components/yw-table/style.css +11 -9
- package/lib/components/yw-transfer/style.css +1 -1
- package/lib/components/yw-transfer-modal/style.css +1 -1
- package/lib/yw-ui-vue2.css +1 -1
- package/lib/yw-ui-vue2.css.map +1 -1
- package/package.json +1 -1
|
@@ -12533,10 +12533,10 @@ form:not(.ant-form-vertical) .ant-input-group-wrapper {
|
|
|
12533
12533
|
table-layout: fixed;
|
|
12534
12534
|
}
|
|
12535
12535
|
.ant-table-thead > tr > th {
|
|
12536
|
-
color: #
|
|
12536
|
+
color: #000000;
|
|
12537
12537
|
font-weight: 500;
|
|
12538
12538
|
text-align: left;
|
|
12539
|
-
background: #
|
|
12539
|
+
background: #F3F3F4;
|
|
12540
12540
|
border-bottom: 1px solid #e8e8e8;
|
|
12541
12541
|
transition: background 0.3s ease;
|
|
12542
12542
|
}
|
|
@@ -12622,12 +12622,12 @@ form:not(.ant-form-vertical) .ant-input-group-wrapper {
|
|
|
12622
12622
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,
|
|
12623
12623
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open {
|
|
12624
12624
|
color: rgba(0, 0, 0, 0.45);
|
|
12625
|
-
background: #
|
|
12625
|
+
background: #dedee0;
|
|
12626
12626
|
}
|
|
12627
12627
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover,
|
|
12628
12628
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover {
|
|
12629
12629
|
color: rgba(0, 0, 0, 0.45);
|
|
12630
|
-
background: #
|
|
12630
|
+
background: #dedee0;
|
|
12631
12631
|
}
|
|
12632
12632
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active,
|
|
12633
12633
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active {
|
|
@@ -12637,11 +12637,11 @@ form:not(.ant-form-vertical) .ant-input-group-wrapper {
|
|
|
12637
12637
|
cursor: pointer;
|
|
12638
12638
|
}
|
|
12639
12639
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover {
|
|
12640
|
-
background: #
|
|
12640
|
+
background: #ebebed;
|
|
12641
12641
|
}
|
|
12642
12642
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter,
|
|
12643
12643
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon {
|
|
12644
|
-
background: #
|
|
12644
|
+
background: #ebebed;
|
|
12645
12645
|
}
|
|
12646
12646
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on),
|
|
12647
12647
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on) {
|
|
@@ -12785,7 +12785,7 @@ form:not(.ant-form-vertical) .ant-input-group-wrapper {
|
|
|
12785
12785
|
}
|
|
12786
12786
|
.ant-table-header {
|
|
12787
12787
|
overflow: hidden;
|
|
12788
|
-
background: #
|
|
12788
|
+
background: #F3F3F4;
|
|
12789
12789
|
}
|
|
12790
12790
|
.ant-table-header table {
|
|
12791
12791
|
border-radius: 3px 3px 0 0;
|
|
@@ -13915,14 +13915,16 @@ to {
|
|
|
13915
13915
|
!*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-34.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-34.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-34.use[3]!./packages/components/table/src/table.less ***!
|
|
13916
13916
|
\********************************************************************************************************************************************************************************************************************************************************/
|
|
13917
13917
|
.ant-table .ant-table-thead > tr > th {
|
|
13918
|
-
background: #
|
|
13918
|
+
background: #F3F3F4;
|
|
13919
13919
|
font-size: 12px ;
|
|
13920
13920
|
line-height: 20px ;
|
|
13921
13921
|
font-family: PingFangSC, PingFang SC;
|
|
13922
13922
|
padding-left: 12px ;
|
|
13923
|
-
color: #
|
|
13923
|
+
color: #000000;
|
|
13924
|
+
height: 46px;
|
|
13924
13925
|
}
|
|
13925
13926
|
.ant-table .ant-table-tbody > tr > td {
|
|
13927
|
+
min-height: 46px;
|
|
13926
13928
|
padding-left: 12px ;
|
|
13927
13929
|
color: #333333;
|
|
13928
13930
|
font-family: PingFangSC, PingFang SC;
|
|
@@ -22722,7 +22724,7 @@ form:not(.ant-form-vertical) .ant-input-group-wrapper {
|
|
|
22722
22724
|
border-radius: 0;
|
|
22723
22725
|
}
|
|
22724
22726
|
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
|
|
22725
|
-
background: #
|
|
22727
|
+
background: #F3F3F4;
|
|
22726
22728
|
}
|
|
22727
22729
|
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
|
|
22728
22730
|
border-bottom: 1px solid #e8e8e8;
|
|
@@ -1323,10 +1323,10 @@ html {
|
|
|
1323
1323
|
table-layout: fixed;
|
|
1324
1324
|
}
|
|
1325
1325
|
.ant-table-thead > tr > th {
|
|
1326
|
-
color: #
|
|
1326
|
+
color: #000000;
|
|
1327
1327
|
font-weight: 500;
|
|
1328
1328
|
text-align: left;
|
|
1329
|
-
background: #
|
|
1329
|
+
background: #F3F3F4;
|
|
1330
1330
|
border-bottom: 1px solid #e8e8e8;
|
|
1331
1331
|
transition: background 0.3s ease;
|
|
1332
1332
|
}
|
|
@@ -1412,12 +1412,12 @@ html {
|
|
|
1412
1412
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,
|
|
1413
1413
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open {
|
|
1414
1414
|
color: rgba(0, 0, 0, 0.45);
|
|
1415
|
-
background: #
|
|
1415
|
+
background: #dedee0;
|
|
1416
1416
|
}
|
|
1417
1417
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover,
|
|
1418
1418
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover {
|
|
1419
1419
|
color: rgba(0, 0, 0, 0.45);
|
|
1420
|
-
background: #
|
|
1420
|
+
background: #dedee0;
|
|
1421
1421
|
}
|
|
1422
1422
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active,
|
|
1423
1423
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active {
|
|
@@ -1427,11 +1427,11 @@ html {
|
|
|
1427
1427
|
cursor: pointer;
|
|
1428
1428
|
}
|
|
1429
1429
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover {
|
|
1430
|
-
background: #
|
|
1430
|
+
background: #ebebed;
|
|
1431
1431
|
}
|
|
1432
1432
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter,
|
|
1433
1433
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon {
|
|
1434
|
-
background: #
|
|
1434
|
+
background: #ebebed;
|
|
1435
1435
|
}
|
|
1436
1436
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on),
|
|
1437
1437
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on) {
|
|
@@ -1575,7 +1575,7 @@ html {
|
|
|
1575
1575
|
}
|
|
1576
1576
|
.ant-table-header {
|
|
1577
1577
|
overflow: hidden;
|
|
1578
|
-
background: #
|
|
1578
|
+
background: #F3F3F4;
|
|
1579
1579
|
}
|
|
1580
1580
|
.ant-table-header table {
|
|
1581
1581
|
border-radius: 3px 3px 0 0;
|
|
@@ -6014,14 +6014,16 @@ to {
|
|
|
6014
6014
|
!*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-34.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-34.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-34.use[3]!./packages/components/table/src/table.less ***!
|
|
6015
6015
|
\********************************************************************************************************************************************************************************************************************************************************/
|
|
6016
6016
|
.ant-table .ant-table-thead > tr > th {
|
|
6017
|
-
background: #
|
|
6017
|
+
background: #F3F3F4;
|
|
6018
6018
|
font-size: 12px ;
|
|
6019
6019
|
line-height: 20px ;
|
|
6020
6020
|
font-family: PingFangSC, PingFang SC;
|
|
6021
6021
|
padding-left: 12px ;
|
|
6022
|
-
color: #
|
|
6022
|
+
color: #000000;
|
|
6023
|
+
height: 46px;
|
|
6023
6024
|
}
|
|
6024
6025
|
.ant-table .ant-table-tbody > tr > td {
|
|
6026
|
+
min-height: 46px;
|
|
6025
6027
|
padding-left: 12px ;
|
|
6026
6028
|
color: #333333;
|
|
6027
6029
|
font-family: PingFangSC, PingFang SC;
|
|
@@ -1319,7 +1319,7 @@ html {
|
|
|
1319
1319
|
border-radius: 0;
|
|
1320
1320
|
}
|
|
1321
1321
|
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
|
|
1322
|
-
background: #
|
|
1322
|
+
background: #F3F3F4;
|
|
1323
1323
|
}
|
|
1324
1324
|
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
|
|
1325
1325
|
border-bottom: 1px solid #e8e8e8;
|
|
@@ -3092,7 +3092,7 @@ a.ant-btn-sm {
|
|
|
3092
3092
|
border-radius: 0;
|
|
3093
3093
|
}
|
|
3094
3094
|
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
|
|
3095
|
-
background: #
|
|
3095
|
+
background: #F3F3F4;
|
|
3096
3096
|
}
|
|
3097
3097
|
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
|
|
3098
3098
|
border-bottom: 1px solid #e8e8e8;
|