parent
df07f8cf1d
commit
71c8ffcd64
@ -0,0 +1,414 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[86065],{
|
||||
|
||||
/***/ 52036:
|
||||
/*!*******************************************************!*\
|
||||
!*** ./src/pages/Materials/Log/index.tsx + 1 modules ***!
|
||||
\*******************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
// ESM COMPAT FLAG
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"default": function() { return /* binding */ Log; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js
|
||||
var objectSpread2 = __webpack_require__(82242);
|
||||
var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2);
|
||||
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js
|
||||
var slicedToArray = __webpack_require__(79800);
|
||||
var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray);
|
||||
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js
|
||||
var _react_17_0_2_react = __webpack_require__(59301);
|
||||
// EXTERNAL MODULE: ./src/.umi-production/exports.ts
|
||||
var _umi_production_exports = __webpack_require__(88271);
|
||||
;// CONCATENATED MODULE: ./src/pages/Materials/Log/index.less?modules
|
||||
// extracted by mini-css-extract-plugin
|
||||
/* harmony default export */ var Logmodules = ({"header_div":"header_div___wDX_z","header_title":"header_title___m_rCO","search":"search___vKWpp","searchIcon":"searchIcon___oCy75","clear_Data":"clear_Data___MRoQI","infoItem":"infoItem___cOOke","file_list":"file_list___xH23D","file_list_title":"file_list_title___HO_WI","file_list_size":"file_list_size___cjzUF"});
|
||||
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/date-picker/index.js + 66 modules
|
||||
var date_picker = __webpack_require__(251);
|
||||
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 3 modules
|
||||
var input = __webpack_require__(92832);
|
||||
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/table/index.js + 85 modules
|
||||
var table = __webpack_require__(36546);
|
||||
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/pagination/index.js + 10 modules
|
||||
var pagination = __webpack_require__(19871);
|
||||
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules
|
||||
var modal = __webpack_require__(43418);
|
||||
// EXTERNAL MODULE: ./node_modules/_dayjs@1.11.13@dayjs/dayjs.min.js
|
||||
var dayjs_min = __webpack_require__(61186);
|
||||
var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min);
|
||||
// EXTERNAL MODULE: ./src/components/NoData/index.tsx
|
||||
var NoData = __webpack_require__(63017);
|
||||
// EXTERNAL MODULE: ./src/service/materials.ts
|
||||
var materials = __webpack_require__(80231);
|
||||
// EXTERNAL MODULE: ./src/utils/util.tsx
|
||||
var util = __webpack_require__(95972);
|
||||
// EXTERNAL MODULE: ./src/utils/env.ts + 1 modules
|
||||
var env = __webpack_require__(69423);
|
||||
// EXTERNAL MODULE: ./src/components/PreviewAll/index.tsx + 3 modules
|
||||
var PreviewAll = __webpack_require__(97672);
|
||||
// EXTERNAL MODULE: ./src/components/RenderHtml/index.tsx + 2 modules
|
||||
var RenderHtml = __webpack_require__(85681);
|
||||
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js
|
||||
var jsx_runtime = __webpack_require__(37712);
|
||||
;// CONCATENATED MODULE: ./src/pages/Materials/Log/index.tsx
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var Navigation = function Navigation(_ref) {
|
||||
var _viewData$attachments;
|
||||
var loading = _ref.loading;
|
||||
var _useState = (0,_react_17_0_2_react.useState)(),
|
||||
_useState2 = slicedToArray_default()(_useState, 2),
|
||||
keyword = _useState2[0],
|
||||
setkeyword = _useState2[1];
|
||||
var _useState3 = (0,_react_17_0_2_react.useState)(),
|
||||
_useState4 = slicedToArray_default()(_useState3, 2),
|
||||
date = _useState4[0],
|
||||
setDate = _useState4[1];
|
||||
//分页
|
||||
var _useState5 = (0,_react_17_0_2_react.useState)(0),
|
||||
_useState6 = slicedToArray_default()(_useState5, 2),
|
||||
total = _useState6[0],
|
||||
setTotal = _useState6[1];
|
||||
var _useState7 = (0,_react_17_0_2_react.useState)(1),
|
||||
_useState8 = slicedToArray_default()(_useState7, 2),
|
||||
page = _useState8[0],
|
||||
setPage = _useState8[1];
|
||||
var _useState9 = (0,_react_17_0_2_react.useState)(10),
|
||||
_useState10 = slicedToArray_default()(_useState9, 2),
|
||||
limit = _useState10[0],
|
||||
setLimit = _useState10[1];
|
||||
var _useState11 = (0,_react_17_0_2_react.useState)([]),
|
||||
_useState12 = slicedToArray_default()(_useState11, 2),
|
||||
tableData = _useState12[0],
|
||||
setTableData = _useState12[1];
|
||||
var _useState13 = (0,_react_17_0_2_react.useState)({
|
||||
content: "",
|
||||
type: ""
|
||||
}),
|
||||
_useState14 = slicedToArray_default()(_useState13, 2),
|
||||
data = _useState14[0],
|
||||
setData = _useState14[1];
|
||||
var _useState15 = (0,_react_17_0_2_react.useState)(false),
|
||||
_useState16 = slicedToArray_default()(_useState15, 2),
|
||||
editVisible = _useState16[0],
|
||||
setEditVisible = _useState16[1];
|
||||
var _useState17 = (0,_react_17_0_2_react.useState)(''),
|
||||
_useState18 = slicedToArray_default()(_useState17, 2),
|
||||
centerId = _useState18[0],
|
||||
setCenterId = _useState18[1];
|
||||
var _useState19 = (0,_react_17_0_2_react.useState)(false),
|
||||
_useState20 = slicedToArray_default()(_useState19, 2),
|
||||
viewVisible = _useState20[0],
|
||||
setViewVisible = _useState20[1];
|
||||
var _useState21 = (0,_react_17_0_2_react.useState)({}),
|
||||
_useState22 = slicedToArray_default()(_useState21, 2),
|
||||
viewData = _useState22[0],
|
||||
setViewData = _useState22[1];
|
||||
var columns = [{
|
||||
title: '操作人',
|
||||
dataIndex: 'title',
|
||||
ellipsis: true,
|
||||
width: 100
|
||||
}, {
|
||||
title: 'IP地址',
|
||||
dataIndex: 'user_name',
|
||||
ellipsis: true,
|
||||
width: 140
|
||||
}, {
|
||||
title: '操作内容',
|
||||
dataIndex: 'phone',
|
||||
ellipsis: true,
|
||||
render: function render(text, record, index) {
|
||||
return text ? text : '--';
|
||||
}
|
||||
}, {
|
||||
title: '操作时间',
|
||||
dataIndex: 'date',
|
||||
ellipsis: true,
|
||||
width: 130,
|
||||
render: function render(text, record, index) {
|
||||
return text ? dayjs_min_default()(text).format('YYYY-MM-DD HH:mm') : '--';
|
||||
}
|
||||
}];
|
||||
(0,_react_17_0_2_react.useEffect)(function () {
|
||||
//列表查询
|
||||
getData(false);
|
||||
}, [page, limit]);
|
||||
(0,_react_17_0_2_react.useEffect)(function () {
|
||||
//列表查询
|
||||
getData(true);
|
||||
}, [keyword]);
|
||||
var getData = function getData(flag) {
|
||||
if (flag) {
|
||||
setPage(1);
|
||||
}
|
||||
(0,materials/* bills_query */.O_)({
|
||||
page: page,
|
||||
limit: limit,
|
||||
keyword: keyword
|
||||
}).then(function (res) {
|
||||
if ((res === null || res === void 0 ? void 0 : res.status) == 0) {
|
||||
var _res$data, _res$data2;
|
||||
setTableData(res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.list);
|
||||
setTotal(res === null || res === void 0 || (_res$data2 = res.data) === null || _res$data2 === void 0 ? void 0 : _res$data2.count);
|
||||
}
|
||||
});
|
||||
};
|
||||
var onShowSizeChange = function onShowSizeChange(page, size) {
|
||||
setPage(page);
|
||||
setLimit(size);
|
||||
};
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: Logmodules.header_div,
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: Logmodules.header_title,
|
||||
children: "\u64CD\u4F5C\u65E5\u5FD7"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
style: {
|
||||
display: 'flex'
|
||||
},
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(date_picker["default"], {
|
||||
className: "".concat(Logmodules.search, " mr10"),
|
||||
onChange: function onChange(e, d) {
|
||||
setDate(d);
|
||||
getData(true);
|
||||
}
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
|
||||
placeholder: "\u8BF7\u8F93\u5165\u91C7\u8D2D\u540D\u79F0\u8FDB\u884C\u641C\u7D22",
|
||||
size: "large",
|
||||
className: Logmodules.search,
|
||||
value: keyword,
|
||||
onChange: function onChange(e) {
|
||||
setkeyword(e.target.value);
|
||||
},
|
||||
onSearch: function onSearch(value) {
|
||||
setkeyword(value);
|
||||
},
|
||||
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-sousuo9 font14 ".concat(Logmodules.searchIcon),
|
||||
onClick: function onClick() {
|
||||
setkeyword(keyword);
|
||||
getData(true);
|
||||
}
|
||||
})
|
||||
})]
|
||||
})]
|
||||
}), total > 0 ? /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
|
||||
pagination: false,
|
||||
dataSource: tableData,
|
||||
columns: columns
|
||||
}) : /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {
|
||||
customText: "\u6682\u65E0\u6570\u636E"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("aside", {
|
||||
children: total > 0 ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
style: {
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'space-between',
|
||||
padding: '10px 7px 20px 7px'
|
||||
},
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
||||
style: {
|
||||
color: '#656F87'
|
||||
},
|
||||
children: ["\u5171", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "c-light-primary",
|
||||
children: total
|
||||
}), "\u6761\u6570\u636E"]
|
||||
})
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, {
|
||||
showSizeChanger: true,
|
||||
showQuickJumper: true,
|
||||
onChange: onShowSizeChange,
|
||||
defaultCurrent: 1,
|
||||
pageSizeOptions: ['10', '20', '50', '100'],
|
||||
current: page || 1,
|
||||
pageSize: limit || 10,
|
||||
defaultPageSize: 10,
|
||||
total: total
|
||||
})]
|
||||
}) : ''
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, {
|
||||
maskClosable: false,
|
||||
title: "\u8D26\u5355\u8BE6\u60C5",
|
||||
centered: true,
|
||||
open: viewVisible,
|
||||
onOk: function onOk() {
|
||||
return setViewVisible(false);
|
||||
},
|
||||
onCancel: function onCancel() {
|
||||
return setViewVisible(false);
|
||||
},
|
||||
cancelButtonProps: {
|
||||
style: {
|
||||
display: 'none'
|
||||
}
|
||||
},
|
||||
width: 600,
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
style: {
|
||||
maxHeight: '500px',
|
||||
overflowY: 'auto'
|
||||
},
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: Logmodules.infoItem,
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
style: {
|
||||
width: '85px'
|
||||
},
|
||||
children: "\u91C7\u8D2D\u540D\u79F0\uFF1A"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
children: (viewData === null || viewData === void 0 ? void 0 : viewData.title) || '--'
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: Logmodules.infoItem,
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
style: {
|
||||
width: '85px'
|
||||
},
|
||||
children: "\u91C7\u8D2D\u4EBA\uFF1A"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
children: (viewData === null || viewData === void 0 ? void 0 : viewData.user_name) || '--'
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: Logmodules.infoItem,
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
style: {
|
||||
width: '85px'
|
||||
},
|
||||
children: "\u91C7\u8D2D\u4EBA\u7535\u8BDD\uFF1A"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
children: (viewData === null || viewData === void 0 ? void 0 : viewData.phone) || '--'
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: Logmodules.infoItem,
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
style: {
|
||||
width: '85px'
|
||||
},
|
||||
children: "\u91C7\u8D2D\u65F6\u95F4\uFF1A"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
children: viewData !== null && viewData !== void 0 && viewData.date ? dayjs_min_default()(viewData === null || viewData === void 0 ? void 0 : viewData.date).format('YYYY-MM-DD HH:mm') : '--'
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: Logmodules.infoItem,
|
||||
style: {
|
||||
marginBottom: '20px'
|
||||
},
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
style: {
|
||||
width: '85px'
|
||||
},
|
||||
children: "\u5907\u6CE8\u8BF4\u660E\uFF1A"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
style: {
|
||||
width: '460px',
|
||||
textAlign: "left",
|
||||
marginTop: '5px'
|
||||
},
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)(RenderHtml/* default */.Z, {
|
||||
value: (viewData === null || viewData === void 0 ? void 0 : viewData.description) || ''
|
||||
})
|
||||
})]
|
||||
}), viewData === null || viewData === void 0 || (_viewData$attachments = viewData.attachments) === null || _viewData$attachments === void 0 ? void 0 : _viewData$attachments.map(function (item, index) {
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: Logmodules.file_list,
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: Logmodules.file_list_title,
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-fujian font12 mr5"
|
||||
}), item === null || item === void 0 ? void 0 : item.title]
|
||||
})
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: Logmodules.file_list_size,
|
||||
children: item === null || item === void 0 ? void 0 : item.filesize
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
style: {
|
||||
marginLeft: '20px',
|
||||
cursor: 'pointer',
|
||||
lineHeight: '24px'
|
||||
},
|
||||
onClick: function onClick() {
|
||||
var _item$url;
|
||||
(0,util/* downLoadLink */.Nd)('', "".concat(env/* default */.Z.API_SERVER).concat(item === null || item === void 0 || (_item$url = item.url) === null || _item$url === void 0 ? void 0 : _item$url.replace('disposition=inline', '')));
|
||||
},
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-xiazai4 font12 mr5"
|
||||
}), "\u4E0B\u8F7D"]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
style: {
|
||||
marginLeft: '20px',
|
||||
cursor: 'pointer',
|
||||
lineHeight: '24px',
|
||||
color: '#50A760'
|
||||
},
|
||||
onClick: function onClick() {
|
||||
setData({
|
||||
type: item === null || item === void 0 ? void 0 : item.file_type,
|
||||
content: env/* default */.Z.API_SERVER + (item === null || item === void 0 ? void 0 : item.url)
|
||||
});
|
||||
},
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-yulan font12 mr5"
|
||||
}), "\u9884\u89C8"]
|
||||
})]
|
||||
});
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)(PreviewAll/* default */.Z, {
|
||||
close: true,
|
||||
data: data === null || data === void 0 ? void 0 : data.content,
|
||||
type: data === null || data === void 0 ? void 0 : data.type,
|
||||
hasMask: true,
|
||||
monacoEditor: {
|
||||
language: "txt",
|
||||
onChange: function onChange() {},
|
||||
options: {
|
||||
readOnly: true,
|
||||
fontSize: 14,
|
||||
minimap: {
|
||||
enabled: false
|
||||
}
|
||||
}
|
||||
},
|
||||
onClose: function onClose() {
|
||||
setData({
|
||||
content: "",
|
||||
type: ""
|
||||
});
|
||||
}
|
||||
})]
|
||||
})
|
||||
})]
|
||||
});
|
||||
};
|
||||
/* harmony default export */ var Log = ((0,_umi_production_exports.connect)(function (_ref2) {
|
||||
var loading = _ref2.loading,
|
||||
engineeringNavigtion = _ref2.engineeringNavigtion;
|
||||
return objectSpread2_default()({
|
||||
loading: loading
|
||||
}, engineeringNavigtion);
|
||||
})(Navigation));
|
||||
|
||||
/***/ })
|
||||
|
||||
}]);
|
||||
@ -0,0 +1,98 @@
|
||||
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Materials/Log/index.less?modules ***!
|
||||
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
.header_div___wDX_z {
|
||||
height: 60px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.header_div___wDX_z .header_title___m_rCO {
|
||||
height: 38px;
|
||||
font-size: 16px;
|
||||
font-family: PingFangSC, PingFang SC;
|
||||
font-weight: 500;
|
||||
color: #000000;
|
||||
line-height: 38px;
|
||||
}
|
||||
.header_div___wDX_z .search___vKWpp {
|
||||
margin-left: auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
border-radius: 19px;
|
||||
height: 38px;
|
||||
width: 268px;
|
||||
padding-left: 8px;
|
||||
background-color: #f6f7f9;
|
||||
border: none;
|
||||
}
|
||||
.header_div___wDX_z .search___vKWpp span[class~='ant-input-search-icon'] {
|
||||
display: none;
|
||||
}
|
||||
.header_div___wDX_z .search___vKWpp [class~='ant-input-affix-wrapper'] {
|
||||
background-color: #f6f7f9;
|
||||
border: none;
|
||||
}
|
||||
.header_div___wDX_z .search___vKWpp [class~='ant-input-affix-wrapper'] {
|
||||
outline: none !important;
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.header_div___wDX_z .search___vKWpp span[class~='ant-input-group-addon'] {
|
||||
display: none;
|
||||
}
|
||||
.header_div___wDX_z .search___vKWpp .searchIcon___oCy75 {
|
||||
margin-right: 14px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.header_div___wDX_z .search___vKWpp input {
|
||||
background-color: #f6f7f9;
|
||||
}
|
||||
.clear_Data___MRoQI {
|
||||
width: 102px;
|
||||
height: 32px;
|
||||
background: #3061D0;
|
||||
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
||||
border-radius: 2px;
|
||||
font-size: 14px;
|
||||
font-family: PingFangSC, PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #FFFFFF;
|
||||
line-height: 32px;
|
||||
margin-left: auto;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
margin-top: 3px;
|
||||
}
|
||||
.infoItem___cOOke {
|
||||
color: #666;
|
||||
display: flex;
|
||||
line-height: 38px;
|
||||
padding-right: 5px;
|
||||
text-align: right;
|
||||
}
|
||||
.file_list___xH23D {
|
||||
display: flex;
|
||||
color: #3061D0;
|
||||
font-size: 12px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.file_list___xH23D .file_list_title___HO_WI {
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
padding: 0 10px;
|
||||
background: rgba(22, 93, 255, 0.06);
|
||||
border-radius: 12px;
|
||||
}
|
||||
.file_list___xH23D .file_list_size___cjzUF {
|
||||
height: 24px;
|
||||
font-family: PingFangSC, PingFang SC;
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
color: #B2B2B2;
|
||||
line-height: 24px;
|
||||
text-align: left;
|
||||
margin-left: 10px;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue