@titaui/pc 1.12.97 → 1.12.98
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.
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
|
|
1
3
|
.version-change-modal {
|
|
2
4
|
display: flex;
|
|
3
5
|
flex-direction: column;
|
|
@@ -185,3 +187,7 @@
|
|
|
185
187
|
.titaui-version-change-modal__dialog > .rc-dialog-content {
|
|
186
188
|
background-color: transparent !important;
|
|
187
189
|
}
|
|
190
|
+
|
|
191
|
+
.tita-font {
|
|
192
|
+
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
|
193
|
+
}
|
|
@@ -222,7 +222,9 @@ var VersionChangeModal = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref
|
|
|
222
222
|
return /*#__PURE__*/_react["default"].createElement("li", {
|
|
223
223
|
className: "tu-icon-yiwancheng",
|
|
224
224
|
key: item + index
|
|
225
|
-
},
|
|
225
|
+
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
226
|
+
className: "tita-font"
|
|
227
|
+
}, item));
|
|
226
228
|
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
227
229
|
className: "item-cover"
|
|
228
230
|
}, /*#__PURE__*/_react["default"].createElement("a", {
|