Auto Submit

dev_local_v9_test4
autosubmit 2 years ago
parent 16c945e667
commit 915f653cf4

@ -46,11 +46,12 @@
/* harmony export */ oV: function() { return /* binding */ can_reservation_devices; },
/* harmony export */ oW: function() { return /* binding */ reservations_table_add; },
/* harmony export */ ph: function() { return /* binding */ application_scrapped; },
/* harmony export */ sT: function() { return /* binding */ support_shixuns_info; },
/* harmony export */ sp: function() { return /* binding */ device_info_table_add; },
/* harmony export */ uz: function() { return /* binding */ device_type_table_query; },
/* harmony export */ zZ: function() { return /* binding */ device_fault_update; }
/* harmony export */ });
/* unused harmony exports support_shixuns_info, used_rate, shixun_use_type_records, device_statistics, behavior_statistics, procure_records_device_statistics, device_fault_infos */
/* unused harmony exports used_rate, shixun_use_type_records, device_statistics, behavior_statistics, procure_records_device_statistics, device_fault_infos */
/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js */ 7557);
/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0__);
/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js */ 82242);
@ -825,13 +826,13 @@ function support_shixuns_info(_x36) {
//设备类型使用率
function _support_shixuns_info() {
_support_shixuns_info = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee36(params) {
return _regeneratorRuntime().wrap(function _callee36$(_context36) {
_support_shixuns_info = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee36(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee36$(_context36) {
while (1) switch (_context36.prev = _context36.next) {
case 0:
return _context36.abrupt("return", Fetch("/api/zz_classrooms/device_types/".concat(params.id, "/support_shixuns.json"), {
return _context36.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/zz_classrooms/device_types/".concat(params.id, "/support_shixuns.json"), {
method: 'get',
params: _objectSpread({}, params)
params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()({}, params)
}));
case 1:
case "end":

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.ab9cebaa.js"></script>
<script src="/react/build/umi.1e149e26.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -53,12 +53,15 @@
padding-left: 20px;
}
.page___bLSYp .listWrap___CEIwt .wrap___hqbEd {
padding: 20px 0;
position: relative;
padding: 25px 20px;
border-radius: 4px;
display: flex;
height: 106px;
border-bottom: 1px #DBDCE0 solid;
position: relative;
height: 118px;
background: #FFFFFF;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
border: 1px solid #F5F5F5;
margin-top: 20px;
}
.page___bLSYp .listWrap___CEIwt .wrap___hqbEd .leftContent___pDhva {
cursor: pointer;

@ -215,12 +215,19 @@ var ReservationDialog = function ReservationDialog(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
name: "fault_type",
label: "\u6545\u969C\u7C7B\u578B",
rules: [{
required: true
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {
size: "large"
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
name: "tag_id",
label: "\u8BBE\u5907\u6807\u7B7E",
rules: [{
required: true,
message: '请先选择设备标签'
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
options: deviceLabels,
onChange: queryDevice,
@ -229,6 +236,10 @@ var ReservationDialog = function ReservationDialog(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
name: "type_id",
label: "\u8BBE\u5907\u7C7B\u578B",
rules: [{
required: true,
message: '请先选择设备类型'
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
options: deviceTypes,
onChange: queryDevice,
@ -237,6 +248,10 @@ var ReservationDialog = function ReservationDialog(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
name: "device_id",
label: "\u8BBE\u5907",
rules: [{
required: true,
message: '请先选择设备'
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
size: "large",
options: devices,
@ -249,12 +264,18 @@ var ReservationDialog = function ReservationDialog(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
name: "solved_by",
label: "\u89E3\u51B3\u4EBA",
rules: [{
required: true
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {
size: "large"
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
name: "solution",
label: "\u89E3\u51B3\u65B9\u6848",
rules: [{
required: true
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(TextArea, {
rows: 4,
size: "large"

@ -91,6 +91,8 @@
}
.content___jWXQc {
display: flex;
margin-top: 30px;
padding: 0 20px;
}
.content___jWXQc .content_title___iRk2i {
padding: 20px;
@ -99,8 +101,8 @@
font-size: 16px;
}
.content___jWXQc .content_left___qZwGL {
min-width: 70%;
margin-right: 5px;
width: 80%;
padding-right: 20px;
}
.content___jWXQc .content_left___qZwGL .content_left_top___vIBMP {
height: 236px;

@ -186,7 +186,8 @@ var GLDevicesDialog = function GLDevicesDialog(_ref) {
className: GLDevicesDialogmodules.formWrap,
form: form,
style: {
marginTop: '20px'
marginTop: '20px',
height: 500
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
rules: [{
@ -628,24 +629,18 @@ var InfoList = function InfoList(_ref) {
};
var columns = [{
title: '设备编号',
"with": 180,
ellipsis: true,
dataIndex: 'number',
key: 'number',
render: function render(text) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: InfoListmodules.name_style,
children: text
});
}
key: 'number'
// render: (text: any) => <div className={styles.name_style}>{text}</div>,
}, {
title: '设备名称',
"with": 180,
ellipsis: true,
dataIndex: 'name',
key: 'name',
render: function render(text) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: InfoListmodules.name_style,
children: text
});
}
key: 'name'
// render: (text: any) => <div className={styles.name_style}>{text}</div>,
}, {
title: '上架状态',
dataIndex: 'use_status',
@ -939,7 +934,7 @@ var InfoList = function InfoList(_ref) {
onClick: function onClick() {
setVisible(true);
},
children: "\u5173\u8054\u9879\u76EE"
children: "\u5173\u8054\u8BBE\u5907"
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
@ -967,7 +962,9 @@ var InfoList = function InfoList(_ref) {
},
className: InfoListmodules.table_style
}), total > limit && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: InfoListmodules.pagin,
style: {
padding: '20px 0'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, {
showQuickJumper: true,
current: page,

@ -135,18 +135,19 @@ var Details = function Details(_ref) {
// }
});
}, []);
(0,_react_17_0_2_react.useEffect)(function () {
queryData();
}, [keyword]);
// useEffect(() => {
// queryData();
// }, [keyword])
var queryData = function queryData() {
// support_shixuns_info({
// page: page,
// limit: limit,
// id: params.id,
// keyword: keyword,
// }).then((res) => {
// setTableData(res?.shixuns);
// });
(0,onlinedevice/* support_shixuns_info */.sT)({
page: page,
limit: limit,
id: params.id,
keyword: keyword
}).then(function (res) {
setTableData(res === null || res === void 0 ? void 0 : res.shixuns);
});
};
var onChange = function onChange(pageNumber) {
console.log('Page: ', pageNumber);
@ -230,7 +231,7 @@ var Details = function Details(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Detailsmodules.search_list,
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u8BBE\u5907\u540D\u79F0\u641C\u7D22",
placeholder: "\u8BF7\u8F93\u5165\u60A8\u60F3\u641C\u7D22\u7684\u5185\u5BB9",
size: "large",
className: Detailsmodules.search,
onChange: function onChange(e) {

@ -312,7 +312,7 @@ var DeviceTypePage = function DeviceTypePage(_ref) {
setisedit = _useState18[1];
(0,_react_17_0_2_react.useEffect)(function () {
queryData();
}, [page, keyword, limit]);
}, [page, limit]);
var preview = /*#__PURE__*/function () {
var _ref2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee(item) {
var res;
@ -350,7 +350,7 @@ var DeviceTypePage = function DeviceTypePage(_ref) {
}();
var columns = [{
title: '类型名称',
width: 300,
width: 250,
ellipsis: true,
key: 'name',
dataIndex: 'name'
@ -371,6 +371,8 @@ var DeviceTypePage = function DeviceTypePage(_ref) {
dataIndex: 'subject_num'
}, {
title: '操作手册',
width: 250,
ellipsis: true,
key: 'operate_manuals',
dataIndex: 'operate_manuals',
render: function render(text) {
@ -407,7 +409,7 @@ var DeviceTypePage = function DeviceTypePage(_ref) {
}, {
title: '类型说明',
key: 'description',
width: 150,
width: 250,
ellipsis: true,
dataIndex: 'description'
}, {
@ -500,7 +502,7 @@ var DeviceTypePage = function DeviceTypePage(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Maintenancemodules.search_params,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u8BBE\u5907\u540D\u79F0\u641C\u7D22",
placeholder: "\u8BF7\u8F93\u5165\u60A8\u60F3\u641C\u7D22\u7684\u5185\u5BB9",
size: "large",
className: Maintenancemodules.search,
value: keyword,

@ -43,8 +43,22 @@
display: flex;
align-items: center;
}
.bg___wN7di .wrap___OVWXE .topContent___rOXuD .leibie_style___Nj2yH {
width: 89px;
height: 28px;
line-height: 28px;
background: rgba(229, 162, 46, 0.2);
border-radius: 4px;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 14px;
color: #C87D29;
text-align: center;
font-style: normal;
margin-right: 10px;
}
.bg___wN7di .wrap___OVWXE .topContent___rOXuD .title___u1v9F {
width: 80%;
width: 70%;
height: 25px;
font-family: PingFangSC, PingFang SC;
font-weight: 600;

@ -83,7 +83,7 @@ var modal = __webpack_require__(43418);
var table = __webpack_require__(51945);
;// CONCATENATED MODULE: ./src/pages/Magazine/Detail/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var Detailmodules = ({"flex_box_center":"flex_box_center___Ebpyx","flex_space_between":"flex_space_between___QjtaT","flex_box_vertical_center":"flex_box_vertical_center___PhK29","flex_box_center_end":"flex_box_center_end___uYxqe","flex_box_column":"flex_box_column___y0oND","bg":"bg___wN7di","wrap":"wrap___OVWXE","topContent":"topContent___rOXuD","title":"title___u1v9F","update_style":"update_style___Hmphs","delete_style":"delete_style___pZKT_","publicStyle":"publicStyle___iPu_y","bottomContent":"bottomContent___kwcdn","user_img":"user_img___uDpmm","user_name":"user_name___xi4NZ","time":"time___O5sJF","buttonItem":"buttonItem___wAbaK","table_name":"table_name___Dweh0","content":"content___FkDwM","addTypeRadio":"addTypeRadio___mKQTs","addBtn":"addBtn___ccR8U","shixunTooltip":"shixunTooltip___SyLPX","pageStyle":"pageStyle____u1M1","pageCan":"pageCan___mVuMG","pageUnCan":"pageUnCan___cMt0s","dropList":"dropList___If5sQ","dropName":"dropName___kbpS3"});
/* harmony default export */ var Detailmodules = ({"flex_box_center":"flex_box_center___Ebpyx","flex_space_between":"flex_space_between___QjtaT","flex_box_vertical_center":"flex_box_vertical_center___PhK29","flex_box_center_end":"flex_box_center_end___uYxqe","flex_box_column":"flex_box_column___y0oND","bg":"bg___wN7di","wrap":"wrap___OVWXE","topContent":"topContent___rOXuD","leibie_style":"leibie_style___Nj2yH","title":"title___u1v9F","update_style":"update_style___Hmphs","delete_style":"delete_style___pZKT_","publicStyle":"publicStyle___iPu_y","bottomContent":"bottomContent___kwcdn","user_img":"user_img___uDpmm","user_name":"user_name___xi4NZ","time":"time___O5sJF","buttonItem":"buttonItem___wAbaK","table_name":"table_name___Dweh0","content":"content___FkDwM","addTypeRadio":"addTypeRadio___mKQTs","addBtn":"addBtn___ccR8U","shixunTooltip":"shixunTooltip___SyLPX","pageStyle":"pageStyle____u1M1","pageCan":"pageCan___mVuMG","pageUnCan":"pageUnCan___cMt0s","dropList":"dropList___If5sQ","dropName":"dropName___kbpS3"});
// EXTERNAL MODULE: ./src/utils/env.ts + 1 modules
var env = __webpack_require__(84666);
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/toConsumableArray.js
@ -1143,6 +1143,9 @@ var PollDetail = function PollDetail(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Detailmodules.topContent,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Detailmodules.leibie_style,
children: "\u7C7B\u522B\u540D\u79F0"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Detailmodules.title,
children: dataSetInfo === null || dataSetInfo === void 0 ? void 0 : dataSetInfo.title
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {

@ -53,14 +53,28 @@
padding-left: 20px;
}
.page___PZQzw .listWrap___MLlh9 .wrap___rb65g {
padding: 20px;
padding: 25px 20px;
border-radius: 4px;
display: flex;
position: relative;
height: 118px;
background: #FFFFFF;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
border-radius: 4px;
border: 1px solid #F5F5F5;
margin-bottom: 20px;
display: flex;
margin-top: 20px;
}
.page___PZQzw .listWrap___MLlh9 .wrap___rb65g .wrap_right_top___Zht2F {
height: 28px;
line-height: 28px;
text-align: center;
min-width: 127px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAP4AAAA4CAYAAADdJ0X4AAAAAXNSR0IArs4c6QAABB1JREFUeF7t3UtPE1EYBuA5nWkLBQkXIQhiQNIABQRtwLAw6dYfwP/xb7ixXGxMZunCLb+ClSQiNAUmQbw0hXYux5xGUCK3lml7+n1vd+zO+8z3EtoO3wgnu5j0hN9j4AUBCLAREIW36YQRr8ywSYygEICAIZTBQXZxXAp/AB4QgAAPgWrxt+1UrLdozYmIrP6MFwQgQFvgouj76wujpgyGacdFOghAQAlcFF/aq6ZT3pnzfc8CDQQgQFvg0p/2hxvPhoJAjtGOjHQQgMCl4kspxdHmwmwQyDhoIAABugL/fZj3NTffF3WNp3QjIxkEIHDlp/iF7Py0IYwu8EAAAjQFriy+Y2e6vdLxFM3ISAUBCFz7vf3eWnrSMiq9IIIABOgJXFv8L9lMR7f1LeX6uKmH3mVHIu4CN96pd/xhaaxcPhvijoT8EKAmcGPx5VbGKuydzAsZRKgFRx4IcBa49d58x14a9kpno5yRkB0C1ARuLb6UbyL5jY9zpnSj1MIjDwS4CtxafAWTX18eiMjTca5IyA0BagJ3Kr66lfcw92JGel4nNQDkgQBHgTsVX8Ecv3/ZU/ZKSY5IyAwBagJ3Lr4K7uQWk56L/XzUhgB5+AnUVHzs5+M3IEhMU6Cm4isC7OejOQhIxUug5uJLOxUrYD8frylBWnICNRdfCWA/H7k5QCBmAnUVH/v5mE0J4pITqKv4SgH7+cjNAgIxEqi7+NjPx2hKEJWcQN3FVxLYz0duHhCIicC9iq+MsJ+PyaQgJimBexcf+/lIzQPCMBG4d/GV09FaetLHfj4mI4OYFARCKT7281EYBWTgJBBK8avv9TfST4ygMsgJD1kh0K4CoRUf+/nadQRwbo4CoRVf4e1uph/F/MoIR0hkhkA7CYRafOzna6dLj7NyFgi1+Ary5/ryQBH7+TjPFLK3gUDoxcd+vja46jgie4HQi69EsZ+P/VwBQHOBhhRfZcZ+Ps2vPI7HWqBhxcd+PtZzhfCaCzSs+Co39vNpfvVxPLYCDS2+uqnHyf+Y9X3PYiuM4BDQUKChxVd59+2VfrNUnNAwO44EAbYCDS++ksV/77GdLwTXVKApxbftVfNVcWdKRvDsPU3nAMdiJtCU4ivTbTsVe3jaMe3jcdvMRgxxdRRoWvH/vN/vNE5/JU0pojpi4EwQ4CLQ1OIrVPUknsNSNCmNoIMLMnJCQDeBphe/Wv6tjJXf/T5hCjx5V7eBwHl4CLSk+Oe0B++eDwZm8FjIIMKDGykhoIdAS4uvCD5/eh3vOcmP+q7RpwcJTgEB+gItL/45sbRXOp1SZQTbeukPHRK2XkCb4v/9BZCKOd6DPt9z+43ATbSeCCeAAD0B7Yr/L7H6BmDPNbu6vEgisETClyLq+cKKG77p4XMBetOIRE0T+A3+lieYHzbEvwAAAABJRU5ErkJggg==);
background-size: 100% 100%;
position: absolute;
right: 0;
top: 0;
color: #C87D29;
padding: 0 20px 0 30px;
}
.page___PZQzw .listWrap___MLlh9 .wrap___rb65g .leftContent___SZIxn {
cursor: pointer;
@ -69,32 +83,21 @@
.page___PZQzw .listWrap___MLlh9 .wrap___rb65g .leftContent___SZIxn .header___vjxTz {
height: 25px;
display: flex;
align-items: center;
}
.page___PZQzw .listWrap___MLlh9 .wrap___rb65g .leftContent___SZIxn .header___vjxTz .title___rRziQ {
width: 80%;
height: 25px;
height: 28px;
font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 20px;
color: #000000;
line-height: 25px;
font-size: 18px;
color: #191919;
line-height: 28px;
text-align: left;
font-style: normal;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.page___PZQzw .listWrap___MLlh9 .wrap___rb65g .leftContent___SZIxn .header___vjxTz .time___gXj0E {
width: 20%;
height: 25px;
line-height: 25px;
text-align: right;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 12px;
color: #9096A3;
font-style: normal;
}
.page___PZQzw .listWrap___MLlh9 .wrap___rb65g .leftContent___SZIxn .from___YWWjN {
font-size: 14px;
font-weight: 400;
@ -110,17 +113,28 @@
.page___PZQzw .listWrap___MLlh9 .wrap___rb65g .leftContent___SZIxn .bottom___mxIzD .user_img___MRJfM {
width: 22px;
height: 22px;
margin-right: 6px;
margin-right: 8px;
border-radius: 50%;
}
.page___PZQzw .listWrap___MLlh9 .wrap___rb65g .leftContent___SZIxn .bottom___mxIzD .user_name___IjsIJ {
color: #5f6368;
color: #5F6368;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 14px;
color: #000000;
font-style: normal;
margin-right: 20px;
margin-right: 12px;
height: 22px;
line-height: 22px;
}
.page___PZQzw .listWrap___MLlh9 .wrap___rb65g .leftContent___SZIxn .bottom___mxIzD .time___gXj0E {
height: 22px;
line-height: 22px;
text-align: right;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 14px;
color: #5F6368;
font-style: normal;
}
.page___PZQzw .listWrap___MLlh9 .wrap___rb65g .leftContent___SZIxn .bottom___mxIzD .buttonList___Adnxw {
margin-left: auto;
@ -129,8 +143,8 @@
.page___PZQzw .listWrap___MLlh9 .wrap___rb65g .leftContent___SZIxn .bottom___mxIzD .buttonList___Adnxw .buttonItem___SZgvB {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 12px;
color: #2C3850;
font-size: 14px;
color: #5F6368;
text-align: left;
font-style: normal;
margin-left: 30px;

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save