yw-ui-vue2 2.0.41 → 2.0.42
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.
|
@@ -13921,11 +13921,16 @@ to {
|
|
|
13921
13921
|
font-family: PingFangSC, PingFang SC;
|
|
13922
13922
|
padding-left: 12px ;
|
|
13923
13923
|
color: #000000;
|
|
13924
|
-
|
|
13924
|
+
padding-top: 12px;
|
|
13925
|
+
padding-bottom: 12px;
|
|
13926
|
+
padding-left: 16px;
|
|
13927
|
+
padding-right: 16px;
|
|
13925
13928
|
}
|
|
13926
13929
|
.ant-table .ant-table-tbody > tr > td {
|
|
13927
|
-
|
|
13928
|
-
padding-
|
|
13930
|
+
padding-top: 12px;
|
|
13931
|
+
padding-bottom: 12px;
|
|
13932
|
+
padding-left: 16px;
|
|
13933
|
+
padding-right: 16px;
|
|
13929
13934
|
color: #333333;
|
|
13930
13935
|
font-family: PingFangSC, PingFang SC;
|
|
13931
13936
|
}
|
|
@@ -6020,11 +6020,16 @@ to {
|
|
|
6020
6020
|
font-family: PingFangSC, PingFang SC;
|
|
6021
6021
|
padding-left: 12px ;
|
|
6022
6022
|
color: #000000;
|
|
6023
|
-
|
|
6023
|
+
padding-top: 12px;
|
|
6024
|
+
padding-bottom: 12px;
|
|
6025
|
+
padding-left: 16px;
|
|
6026
|
+
padding-right: 16px;
|
|
6024
6027
|
}
|
|
6025
6028
|
.ant-table .ant-table-tbody > tr > td {
|
|
6026
|
-
|
|
6027
|
-
padding-
|
|
6029
|
+
padding-top: 12px;
|
|
6030
|
+
padding-bottom: 12px;
|
|
6031
|
+
padding-left: 16px;
|
|
6032
|
+
padding-right: 16px;
|
|
6028
6033
|
color: #333333;
|
|
6029
6034
|
font-family: PingFangSC, PingFang SC;
|
|
6030
6035
|
}
|