@zgfe/modules-page 1.0.1-alpha.21 → 1.0.1-alpha.22

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.
@@ -159,8 +159,7 @@ var DetailContent = function DetailContent(props) {
159
159
  }, (_props$params2 = props.params) !== null && _props$params2 !== void 0 && _props$params2.userGroup && ((_props$params$userGro = props.params.userGroup) === null || _props$params$userGro === void 0 ? void 0 : _props$params$userGro.length) > 1 ? /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("span", null, "\u7528\u6237\u7FA4\uFF1A"), /*#__PURE__*/React.createElement("span", null, item.userGroup)) : null, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("span", null, "\u6D4F\u89C8\uFF1A"), /*#__PURE__*/React.createElement("span", null, toThousands(item.viewTimes), "\u6B21"), /*#__PURE__*/React.createElement("span", null, toThousands(item.viewUser), "\u4EBA")), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("span", null, "\u9875\u9762\u5185\u70B9\u51FB\uFF1A"), /*#__PURE__*/React.createElement("span", null, toThousands(item.clickTimes), "\u6B21"), /*#__PURE__*/React.createElement("span", null, toThousands(item.clickUser), "\u4EBA")), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("span", null, "\u70B9\u51FB\u4EBA\u6570\u5360\u6BD4\uFF1A"), /*#__PURE__*/React.createElement("span", null, getNumPer(item.viewUser, item.clickUser)), /*#__PURE__*/React.createElement(Tooltip, {
160
160
  title: "\u70B9\u51FB\u4EBA\u6570\u5360\u6BD4\uFF1D\u9875\u9762\u5185\u70B9\u51FB\u4EBA\u6570\uFF0F\u9875\u9762\u6D4F\u89C8\u4EBA\u6570"
161
161
  }, /*#__PURE__*/React.createElement(IconFont, {
162
- type: "tishi",
163
- className: "".concat(classPrefix, "-tip")
162
+ type: "tishi"
164
163
  }))));
165
164
  }))), /*#__PURE__*/React.createElement("div", {
166
165
  className: "".concat(classPrefix, "-content")
@@ -5,9 +5,6 @@
5
5
  border: 1px solid #ecedf0;
6
6
  border-radius: 8px;
7
7
 
8
- &-tip:hover {
9
- color: @primary-color;
10
- }
11
8
  &-top {
12
9
  display: flex;
13
10
  align-items: flex-start;
@@ -47,6 +44,9 @@
47
44
  color: #9aa1a9;
48
45
  font-size: 16px !important;
49
46
  cursor: pointer;
47
+ &:hover {
48
+ color: @primary-color;
49
+ }
50
50
  }
51
51
  }
52
52
  }
@@ -176,6 +176,8 @@
176
176
  background: #f2f3f4 !important;
177
177
  .bsicon {
178
178
  margin-right: 8px;
179
+ font-size: 16px !important;
180
+ line-height: 1;
179
181
  }
180
182
  &.ant-btn-text:hover {
181
183
  color: #fb5547 !important;
@@ -220,6 +220,7 @@ var ModulesPage = function ModulesPage(props) {
220
220
  setCurrentClickPage: setCurrentClickPage
221
221
  }
222
222
  }, /*#__PURE__*/React.createElement(BizLayout, {
223
+ className: classPrefix,
223
224
  title: "\u9875\u9762\u5206\u6790",
224
225
  hasCollapse: true,
225
226
  topPanel: /*#__PURE__*/React.createElement(Skeleton, {
@@ -29,4 +29,10 @@
29
29
  margin-top: 60px;
30
30
  background-color: #fff;
31
31
  }
32
+ .ant-btn {
33
+ .bsicon {
34
+ font-size: 16px !important;
35
+ line-height: 1;
36
+ }
37
+ }
32
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-page",
3
- "version": "1.0.1-alpha.21",
3
+ "version": "1.0.1-alpha.22",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -50,5 +50,5 @@
50
50
  "prettier": "^2.2.1",
51
51
  "yorkie": "^2.0.0"
52
52
  },
53
- "gitHead": "292b16e7ca3558f9912b9b28a84bc9da0e46d37d"
53
+ "gitHead": "521427cd3566eba3e8d0dad2bcd9c266cc627545"
54
54
  }