@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
|
}
|
|
@@ -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, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-page",
|
|
3
|
-
"version": "1.0.1-alpha.
|
|
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": "
|
|
53
|
+
"gitHead": "521427cd3566eba3e8d0dad2bcd9c266cc627545"
|
|
54
54
|
}
|