@titaui/pc 1.16.65 → 1.16.67

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.
@@ -119,6 +119,7 @@
119
119
 
120
120
  .titaui-dynamic-reply-item__operate-desc-wrapper {
121
121
  display: flex;
122
+ align-items: center;
122
123
  }
123
124
 
124
125
  .titaui-dynamic-reply-item-desc-operate-type {
@@ -253,7 +253,7 @@ var ExpirationReminder = function ExpirationReminder() {
253
253
  className: "".concat(prefixCls, "__footer")
254
254
  }, /*#__PURE__*/_react["default"].createElement("p", null, button), /*#__PURE__*/_react["default"].createElement("p", {
255
255
  className: "".concat(prefixCls, "__contact")
256
- }, "\u8054\u7CFB\u7535\u8BDD:", /*#__PURE__*/_react["default"].createElement("span", {
256
+ }, "\u8054\u7CFB\u7535\u8BDD\uFF1A", /*#__PURE__*/_react["default"].createElement("span", {
257
257
  className: "".concat(prefixCls, "__contact-number"),
258
258
  onClick: onCopy,
259
259
  ref: telRef
@@ -9,6 +9,8 @@
9
9
  display: flex;
10
10
  align-items: center;
11
11
  cursor: pointer;
12
+ width: 132px;
13
+ position: relative;
12
14
  }
13
15
 
14
16
  .titaui-nav-top-version__version-info-name {
@@ -16,8 +18,7 @@
16
18
  background: linear-gradient(0deg, #FFC449 0%, #FFEFCD 53%, #FFC74B 100%);
17
19
  border-radius: 12px;
18
20
  padding: 3px 10px 3px 8px;
19
- position: relative;
20
- z-index: 2;
21
+ position: absolute;
21
22
  }
22
23
 
23
24
  .titaui-nav-top-version__version-info-countdown {
@@ -27,4 +28,6 @@
27
28
  filter: blur(0px);
28
29
  margin-left: -10px;
29
30
  padding: 3px 8px 3px 16px;
31
+ position: absolute;
32
+ left: 62px;
30
33
  }
@@ -43,10 +43,10 @@ var Version = function Version() {
43
43
  className: "".concat(prefix, "__version-info"),
44
44
  onClick: handleShowVersionSelector
45
45
  }, /*#__PURE__*/_react["default"].createElement("span", {
46
- className: "".concat(prefix, "__version-info-name")
47
- }, (0, _constant2.getVersionTextMap)()[versionInfo.MenuVersion || _constant.Versions.Flagship]), /*#__PURE__*/_react["default"].createElement("span", {
48
46
  className: "".concat(prefix, "__version-info-countdown")
49
- }, _getLocale.isEn ? "".concat(versionInfo.Day, " day(s)") : "\u5269\u4F59".concat(versionInfo.Day, "\u5929"))), /*#__PURE__*/_react["default"].createElement(_versionChangeModal["default"], {
47
+ }, _getLocale.isEn ? "".concat(versionInfo.Day, " day(s)") : "\u5269\u4F59".concat(versionInfo.Day, "\u5929")), /*#__PURE__*/_react["default"].createElement("span", {
48
+ className: "".concat(prefix, "__version-info-name")
49
+ }, (0, _constant2.getVersionTextMap)()[versionInfo.MenuVersion || _constant.Versions.Flagship])), /*#__PURE__*/_react["default"].createElement(_versionChangeModal["default"], {
50
50
  ref: versionChangeModalRef
51
51
  }));
52
52
  };
@@ -62,8 +62,6 @@
62
62
  .titaui-aha-2021__body {
63
63
  display: flex;
64
64
  padding: 0 16px;
65
- position: relative;
66
- z-index: 2;
67
65
  }
68
66
 
69
67
  .titaui-aha-2021__body-menu {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.16.65",
3
+ "version": "1.16.67",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",