master
editor 1 year ago
commit 7d3686dda0

@ -0,0 +1,15 @@
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<DBN-PSQL>
<case-options enabled="true">
<option name="KEYWORD_CASE" value="lower" />
<option name="FUNCTION_CASE" value="lower" />
<option name="PARAMETER_CASE" value="lower" />
<option name="DATATYPE_CASE" value="lower" />
<option name="OBJECT_CASE" value="preserve" />
</case-options>
<formatting-settings enabled="false" />
</DBN-PSQL>
<DBN-SQL>
<case-options enabled="true">
<option name="KEYWORD_CASE" value="lower" />

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DBNavigator.Project.DataEditorManager">
<record-view-column-sorting-type value="BY_INDEX" />
<value-preview-text-wrapping value="true" />
<value-preview-pinned value="false" />
</component>
<component name="DBNavigator.Project.DataExportManager">
<export-instructions>
<create-header value="true" />
<quote-values-containing-separator value="true" />
<quote-all-values value="false" />
<value-separator value="" />
<file-name value="" />
<file-location value="" />

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/oa-front-service.iml" filepath="$PROJECT_DIR$/.idea/oa-front-service.iml" />
</modules>
</component>
</project>

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="36cdba8e-88ad-4fd9-a1b8-4885ec763490" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/src/api/manage.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/api/manage.js" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="DefaultGradleProjectSettings">
<option name="testRunner" value="GRADLE" />
<option name="delegatedBuild" value="true" />

@ -0,0 +1,46 @@
OA办公系统(ANT DESIGN OF VUE)
一、源码描述
基于 Ant Design of Vue 开发的OA办公系统,具有工作流动态审批、加签、会签等工作流功能,可以对工作流程的审批业务进行评论/讨论、具有文档预览、图片预览等功能、具有博客编写、预览、查看、搜索等功能、具有社区、问答等功能、具有OA系统常用功能、具有在线网盘等功能、工作流引擎完全手写且开源可以类似钉钉/飞书那样,动态选择审批人员。
二、功能介绍
首页,含有我的待办,我的已办,行政公告,红头文件,新闻资讯,市场观察等内容,提交审批后,待处理人会收到我的待办消息,点击进入我的审批详情进行审批操作。
三、注意事项
JavaScript 框架Vue
Webpack
node
yarn
eslint
@vue/cli 3.2.1
vue-cropper - 头像裁剪组件
@antv/g2 - Alipay AntV 数据可视化图表
Viser-vue - antv/g2 封装实现
作者: 追风筝的人v
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/VueOfficeSystem
------------------------------------------------------------------------------------------------
源码服务专家
官网: https://www.51aspx.com
讨论圈: https://club.51aspx.com/
平台声明:
1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用;
2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有;
3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com
4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性;
友情提示:
一般数据库文件默认在 DB_51Aspx 文件夹下
默认账号密码一般均为51Aspx
关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help

@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/app'
]
}

@ -0,0 +1,15 @@
const ThemeColorReplacer = require('webpack-theme-color-replacer')
const generate = require('@ant-design/colors/lib/generate').default
const getAntdSerials = (color) => {
// 淡化即less的tint
const lightens = new Array(9).fill().map((t, i) => {
return ThemeColorReplacer.varyColor.lighten(color, i / 10)
})
const colorPalettes = generate(color)
const rgb = ThemeColorReplacer.varyColor.toNum3(color.replace('#', '')).join(',')
return lightens.concat(colorPalettes).concat(rgb)
}
const themePluginOption = {
fileName: 'css/theme-colors-[contenthash:8].css',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
.upload-list-inline>.ant-upload-list-item[data-v-5e233ccf]{float:left;width:200px;margin-right:8px}.upload-list-inline>.ant-upload-animate-enter[data-v-5e233ccf]{animation-name:uploadAnimateInlineIn}.upload-list-inline>.ant-upload-animate-leave[data-v-5e233ccf]{animation-name:uploadAnimateInlineOut}.ant-btn[data-v-42d20aa2]{padding:0 10px;margin-left:3px}.ant-form-item-control[data-v-42d20aa2]{line-height:0}.ant-form .ant-form-item[data-v-42d20aa2]{margin-bottom:10px}.ant-tabs-content .ant-form-item[data-v-42d20aa2]{margin-bottom:0}.ant-card[data-v-3e5b2200]{margin-left:-30px;margin-right:-30px}.ant-card-body .table-operator[data-v-1bacfb3c]{margin-bottom:18px}.ant-table-tbody .ant-table-row td[data-v-1bacfb3c]{padding-top:15px;padding-bottom:15px}.anty-row-operator button[data-v-1bacfb3c]{margin:0 5px}.ant-btn-danger[data-v-1bacfb3c]{background-color:#fff}.ant-modal-cust-warp[data-v-1bacfb3c]{height:100%}.ant-modal-cust-warp .ant-modal-body[data-v-1bacfb3c]{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content[data-v-1bacfb3c]{height:90%!important;overflow-y:hidden}.ant-card[data-v-032e064e]{margin-left:-30px;margin-right:-30px}

@ -0,0 +1 @@
.abcdefg .ant-card-body[data-v-ef747a32]{margin-left:0;margin-right:0;margin-bottom:1%;border:0 solid #000;min-width:800px}.explain[data-v-ef747a32]{text-align:left;margin-left:50px}.explain .ant-input[data-v-ef747a32],.sign .ant-input[data-v-ef747a32]{font-weight:bolder;text-align:center;border-left-width:0!important;border-top-width:0!important;border-right-width:0!important}.explain div[data-v-ef747a32]{margin-bottom:10px}.ant-upload-select-picture-card i[data-v-ef747a32]{font-size:32px;color:#999}.ant-upload-select-picture-card .ant-upload-text[data-v-ef747a32]{margin-top:8px;color:#666}.ant-tag-geekblue[data-v-ef747a32],.ant-tag[data-v-ef747a32]{margin-bottom:5px}

@ -0,0 +1 @@
.result[data-v-5cd17224]{text-align:center;width:72%;margin:0 auto;padding:24px 0 8px}.result .icon[data-v-5cd17224]{font-size:72px;line-height:72px;margin-bottom:24px}.result .success[data-v-5cd17224]{color:#52c41a}.result .error[data-v-5cd17224]{color:red}.result .title[data-v-5cd17224]{font-size:24px;color:rgba(0,0,0,.85);font-weight:500;line-height:32px;margin-bottom:16px}.result .description[data-v-5cd17224]{font-size:14px;line-height:22px;color:rgba(0,0,0,.45);margin-bottom:24px}.result .content[data-v-5cd17224]{background:#fafafa;padding:24px 40px;border-radius:2px;text-align:left}.result .action[data-v-5cd17224]{margin-top:32px}.mobile .result[data-v-5cd17224]{width:100%;margin:0 auto;padding:unset}

@ -0,0 +1 @@
.inviteFromLink .content{width:600px;margin:50px auto}.inviteFromLink .content .header{font-size:18px}.inviteFromLink .content .member-info{margin:36px 0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.inviteFromLink .content .member-info .avatar{margin-right:12px}.inviteFromLink .content .member-info .info p{margin:0}

@ -0,0 +1 @@
.antd-pro-components-article-list-content-index-listContent .description[data-v-664abe22]{max-width:1024px;line-height:22px}.antd-pro-components-article-list-content-index-listContent .extra[data-v-664abe22]{margin-top:16px;line-height:22px}.antd-pro-components-article-list-content-index-listContent .extra[data-v-664abe22] .ant-avatar{position:relative;top:1px;width:20px;height:20px;margin-right:8px;vertical-align:top}.antd-pro-components-article-list-content-index-listContent .extra>em[data-v-664abe22]{margin-left:16px;font-style:normal}.head-info[data-v-35671dcd]{position:relative;text-align:left;padding:0 32px 0 0;min-width:125px}.head-info.center[data-v-35671dcd]{text-align:center;padding:0 32px}.head-info span[data-v-35671dcd]{color:rgba(0,0,0,.45);display:inline-block;font-size:14px;line-height:22px;margin-bottom:4px}.head-info p[data-v-35671dcd]{color:rgba(0,0,0,.85);font-size:24px;line-height:32px;margin:0}.head-info em[data-v-35671dcd]{background-color:#e8e8e8;position:absolute;height:56px;width:1px;top:0;right:0}.project-list .card-title[data-v-06640613]{font-size:0}.project-list .card-title a[data-v-06640613]{color:rgba(0,0,0,.85);margin-left:12px;line-height:24px;height:24px;display:inline-block;vertical-align:top;font-size:14px}.project-list .card-title a[data-v-06640613]:hover{color:#1890ff}.project-list .card-description[data-v-06640613]{color:rgba(0,0,0,.45);height:44px;line-height:22px;overflow:hidden}.project-list .project-item[data-v-06640613]{display:-ms-flexbox;display:flex;margin-top:8px;overflow:hidden;font-size:12px;height:20px;line-height:20px}.project-list .project-item a[data-v-06640613]{color:rgba(0,0,0,.45);display:inline-block;-ms-flex:1 1 0px;flex:1 1 0}.project-list .project-item a[data-v-06640613]:hover{color:#1890ff}.project-list .project-item .datetime[data-v-06640613]{color:rgba(0,0,0,.25);-ms-flex:0 0 auto;flex:0 0 auto;float:right}.project-list .ant-card-meta-description[data-v-06640613]{color:rgba(0,0,0,.45);height:44px;line-height:22px;overflow:hidden}.item-group[data-v-06640613]{padding:20px 0 8px 24px;font-size:0}.item-group a[data-v-06640613]{color:rgba(0,0,0,.65);display:inline-block;font-size:14px;margin-bottom:13px;width:25%}.members a[data-v-06640613]{display:block;margin:12px 0;line-height:24px;height:24px}.members a .member[data-v-06640613]{font-size:14px;color:rgba(0,0,0,.65);line-height:24px;max-width:100px;vertical-align:top;margin-left:12px;transition:all .3s;display:inline-block}.members a:hover span[data-v-06640613]{color:#1890ff}.mobile .project-list .project-card-grid[data-v-06640613]{width:100%}.mobile .more-info[data-v-06640613]{border:0;padding-top:16px;margin:16px 0 16px}.mobile .headerContent .title .welcome-text[data-v-06640613]{display:none}

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
.project-archive-index .project-list .ant-list-item-meta-avatar .ant-avatar{width:50px;height:50px;border-radius:3px}.project-archive-index .project-list .ant-list-item-content .other-info{display:-ms-flexbox;display:flex}.project-archive-index .project-list .ant-list-item-content .other-info .info-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:48px}.project-archive-index .project-list .ant-list-item-action .anticon:hover svg{color:#1890ff}

@ -0,0 +1 @@
.ant-card-body .table-operator[data-v-cb47b3be]{margin-bottom:18px}.ant-table-tbody .ant-table-row td[data-v-cb47b3be]{padding-top:15px;padding-bottom:15px}.anty-row-operator button[data-v-cb47b3be]{margin:0 5px}.ant-btn-danger[data-v-cb47b3be]{background-color:#fff}.ant-modal-cust-warp[data-v-cb47b3be]{height:100%}.ant-modal-cust-warp .ant-modal-body[data-v-cb47b3be]{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content[data-v-cb47b3be]{height:90%!important;overflow-y:hidden}

@ -0,0 +1 @@
.user-register.error{color:red}.user-register.warning{color:#ff7e05}.user-register.success{color:#52c41a}.user-layout-register .ant-input-group-addon:first-child{background-color:#fff}.user-layout-forgot>h3{font-size:16px;margin-bottom:20px}.user-layout-forgot .getCaptcha{display:block;width:100%;height:40px}.user-layout-forgot .forgot-button{width:50%}.user-layout-forgot .login{float:right;line-height:40px}

@ -0,0 +1 @@
.antv-chart-mini[data-v-6d58f736]{position:relative;width:100%}.antv-chart-mini .chart-wrapper[data-v-6d58f736]{position:absolute;bottom:-28px;width:100%}

@ -0,0 +1 @@
.ant-card-body .table-operator{margin-bottom:18px}.ant-table-tbody .ant-table-row td{padding-top:15px;padding-bottom:15px}.anty-row-operator button{margin:0 5px}.ant-btn-danger{background-color:#fff}.anty-img-wrap{height:25px;position:relative}.anty-img-wrap>img{max-height:100%}.ant-modal-cust-warp{height:100%}.ant-modal-cust-warp .ant-modal-body{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content{height:90%!important;overflow-y:hidden}

@ -0,0 +1 @@
.abcdefg .ant-card-body[data-v-111b8e43]{margin-left:0;margin-right:0;margin-bottom:1%;border:0 solid #000;min-width:800px}.explain[data-v-111b8e43]{text-align:left;margin-left:50px}.explain .ant-input[data-v-111b8e43],.sign .ant-input[data-v-111b8e43]{font-weight:bolder;text-align:center;border-left-width:0!important;border-top-width:0!important;border-right-width:0!important}.explain div[data-v-111b8e43]{margin-bottom:10px}.ant-upload-select-picture-card i[data-v-111b8e43]{font-size:32px;color:#999}.ant-upload-select-picture-card .ant-upload-text[data-v-111b8e43]{margin-top:8px;color:#666}.ant-tag-geekblue[data-v-111b8e43],.ant-tag[data-v-111b8e43]{margin-bottom:5px}

@ -0,0 +1 @@
.antv-chart-mini[data-v-6d58f736]{position:relative;width:100%}.antv-chart-mini .chart-wrapper[data-v-6d58f736]{position:absolute;bottom:-28px;width:100%}.antv-chart-mini[data-v-d7bf08d4]{position:relative;width:100%}.antv-chart-mini .chart-wrapper[data-v-d7bf08d4]{position:absolute;bottom:-28px;width:100%}.antv-chart-mini[data-v-0334746e]{position:relative;width:100%}.antv-chart-mini .chart-wrapper[data-v-0334746e]{position:absolute;bottom:-28px;width:100%}.chart-mini-progress[data-v-bc81620e]{padding:5px 0;position:relative;width:100%}.chart-mini-progress .target[data-v-bc81620e]{position:absolute;top:0;bottom:0}.chart-mini-progress .target span[data-v-bc81620e]{border-radius:100px;position:absolute;top:0;left:0;height:4px;width:2px}.chart-mini-progress .target span[data-v-bc81620e]:last-child{top:auto;bottom:0}.chart-mini-progress .progress-wrapper[data-v-bc81620e]{background-color:#f5f5f5;position:relative}.chart-mini-progress .progress-wrapper .progress[data-v-bc81620e]{transition:all .4s cubic-bezier(.08,.82,.17,1) 0s;border-radius:1px 0 0 1px;background-color:#1890ff;width:0;height:100%}.rank[data-v-83c80048]{padding:0 32px 32px 72px}.rank .list[data-v-83c80048]{margin:25px 0 0;padding:0;list-style:none}.rank .list li[data-v-83c80048]{margin-top:16px}.rank .list li span[data-v-83c80048]{color:rgba(0,0,0,.65);font-size:14px;line-height:22px}.rank .list li span[data-v-83c80048]:first-child{background-color:#f5f5f5;border-radius:20px;display:inline-block;font-size:12px;font-weight:600;margin-right:24px;height:20px;line-height:20px;width:20px;text-align:center}.rank .list li span.active[data-v-83c80048]{background-color:#314659;color:#fff}.rank .list li span[data-v-83c80048]:last-child{float:right}.mobile .rank[data-v-83c80048]{padding:0 32px 32px 32px}.chart-trend[data-v-30501fa8]{display:inline-block;font-size:14px;line-height:22px}.chart-trend .trend-icon[data-v-30501fa8]{font-size:12px}.chart-trend .trend-icon.down[data-v-30501fa8],.chart-trend .trend-icon.up[data-v-30501fa8]{margin-left:4px;position:relative;top:1px}.chart-trend .trend-icon.down i[data-v-30501fa8],.chart-trend .trend-icon.up i[data-v-30501fa8]{font-size:12px;transform:scale(.83)}.chart-trend .trend-icon.up[data-v-30501fa8]{color:#f5222d}.chart-trend .trend-icon.down[data-v-30501fa8]{color:#52c41a;top:-1px}

@ -0,0 +1 @@
.ant-card[data-v-3e5b2200]{margin-left:-30px;margin-right:-30px}

@ -0,0 +1 @@
.abcdefg .ant-card-body[data-v-a91a8bf8]{margin-left:0;margin-right:0;margin-bottom:1%;border:0 solid #000;min-width:800px}.explain[data-v-a91a8bf8]{text-align:left;margin-left:50px}.explain .ant-input[data-v-a91a8bf8],.sign .ant-input[data-v-a91a8bf8]{font-weight:bolder;text-align:center;border-left-width:0!important;border-top-width:0!important;border-right-width:0!important}.explain div[data-v-a91a8bf8]{margin-bottom:10px}.ant-upload-select-picture-card i[data-v-a91a8bf8]{font-size:32px;color:#999}.ant-upload-select-picture-card .ant-upload-text[data-v-a91a8bf8]{margin-top:8px;color:#666}

@ -0,0 +1 @@
ul[data-v-ea6fbdbc]{max-height:700px;overflow-y:auto;padding-left:.5rem}ul i[data-v-ea6fbdbc]{font-size:1.5rem;border:1px solid #f1f1f1;padding:.2rem;margin:.3rem;cursor:pointer}ul i.active[data-v-ea6fbdbc],ul i[data-v-ea6fbdbc]:hover{border-radius:2px;border-color:#4a4a48;background-color:#4a4a48;color:#fff;transition:all .3s}ul li[data-v-ea6fbdbc]{list-style:none;float:left;width:5%;text-align:center;cursor:pointer;color:#555;transition:color .3s ease-in-out,background-color .3s ease-in-out;position:relative;margin:3px 0;border-radius:4px;background-color:#fff;overflow:hidden;padding:10px 0 0}

@ -0,0 +1 @@
.title[data-v-07e9f276]{color:rgba(0,0,0,.85);font-size:16px;font-weight:500;margin-bottom:16px}

@ -0,0 +1 @@
.antd-pro-components-article-list-content-index-listContent .description[data-v-1e79134c]{max-width:1024px;line-height:22px}.antd-pro-components-article-list-content-index-listContent .extra[data-v-1e79134c]{margin-top:16px;line-height:22px}.antd-pro-components-article-list-content-index-listContent .extra[data-v-1e79134c] .ant-avatar{position:relative;top:1px;width:20px;height:20px;margin-right:8px;vertical-align:top}.antd-pro-components-article-list-content-index-listContent .extra>em[data-v-1e79134c]{margin-left:16px;font-style:normal}.ant-list-item-action[data-v-1e79134c],.ant-list-vertical .ant-list-item-action[data-v-1e79134c]{margin-left:auto;position:absolute;display:block;left:135px;top:150px}

@ -0,0 +1 @@
.ant-card-body .table-operator{margin-bottom:18px}.table-operator .ant-btn{margin-right:6px}.ant-table-tbody .ant-table-row td{padding-top:15px;padding-bottom:15px}.ant-modal-cust-warp{height:100%}.ant-modal-cust-warp .ant-modal-body{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content{height:90%!important;overflow-y:hidden}.anty-img-wrap{height:25px;position:relative}.anty-img-wrap>img{max-height:100%}.query-group-cust{width:calc(50% - 10px)}.query-group-split-cust:before{content:"~";width:20px;display:inline-block;text-align:center}

@ -0,0 +1 @@
.chart-card-header .meta[data-v-bc1c776e],.chart-card-header[data-v-bc1c776e]{position:relative;overflow:hidden;width:100%}.chart-card-header .meta[data-v-bc1c776e]{color:rgba(0,0,0,.45);font-size:14px;line-height:22px}.chart-card-action[data-v-bc1c776e]{cursor:pointer;position:absolute;top:0;right:0}.chart-card-footer[data-v-bc1c776e]{border-top:1px solid #e8e8e8;padding-top:9px;margin-top:8px}.chart-card-footer>[data-v-bc1c776e]{position:relative}.chart-card-footer .field[data-v-bc1c776e]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.chart-card-content[data-v-bc1c776e]{margin-bottom:12px;position:relative;height:46px;width:100%}.chart-card-content .content-fix[data-v-bc1c776e]{position:absolute;left:0;bottom:0;width:100%}.total[data-v-bc1c776e]{overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:nowrap;color:#000;margin-top:4px;margin-bottom:0;font-size:30px;line-height:38px;height:38px}.antv-chart-mini[data-v-d7bf08d4]{position:relative;width:100%}.antv-chart-mini .chart-wrapper[data-v-d7bf08d4]{position:absolute;bottom:-28px;width:100%}.antv-chart-mini[data-v-0334746e]{position:relative;width:100%}.antv-chart-mini .chart-wrapper[data-v-0334746e]{position:absolute;bottom:-28px;width:100%}.extra-wrapper[data-v-0d808467]{line-height:55px;padding-right:24px}.extra-wrapper .extra-item[data-v-0d808467]{display:inline-block;margin-right:24px}.extra-wrapper .extra-item a[data-v-0d808467]{margin-left:24px}.item-group[data-v-0d808467]{padding:20px 0 8px 24px;font-size:0}.item-group a[data-v-0d808467]{color:rgba(0,0,0,.65);display:inline-block;font-size:14px;margin-bottom:13px;width:25%}.item-group .more-btn[data-v-0d808467]{margin-bottom:13px;text-align:center}.list-content-item[data-v-0d808467]{color:rgba(0,0,0,.45);display:inline-block;vertical-align:middle;font-size:14px;margin-left:40px}@media only screen and (min-width:1600px){.list-content-item[data-v-0d808467]{margin-left:60px}}@media only screen and (max-width:1300px){.list-content-item[data-v-0d808467]{margin-left:20px}.width-hidden4[data-v-0d808467]{display:none}}.list-content-item span[data-v-0d808467]{line-height:20px}.list-content-item p[data-v-0d808467]{margin-top:4px;margin-bottom:0;line-height:22px}.anty-list-cust .ant-list-item-meta[data-v-0d808467]{-ms-flex:0.3!important;flex:0.3!important}.anty-list-cust .ant-list-item-content[data-v-0d808467]{-ms-flex:1!important;flex:1!important;-ms-flex-pack:start!important;justify-content:flex-start!important;margin-left:20px}

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
.antd-pro-components-article-list-content-index-listContent .description[data-v-05aad5fc]{max-width:1024px;line-height:22px}.antd-pro-components-article-list-content-index-listContent .extra[data-v-05aad5fc]{margin-top:16px;line-height:22px}.antd-pro-components-article-list-content-index-listContent .extra[data-v-05aad5fc] .ant-avatar{position:relative;top:1px;width:20px;height:20px;margin-right:8px;vertical-align:top}.antd-pro-components-article-list-content-index-listContent .extra>em[data-v-05aad5fc]{margin-left:16px;font-style:normal}

@ -0,0 +1 @@
.antd-pro-components-article-list-content-index-listContent .description[data-v-664abe22]{max-width:1024px;line-height:22px}.antd-pro-components-article-list-content-index-listContent .extra[data-v-664abe22]{margin-top:16px;line-height:22px}.antd-pro-components-article-list-content-index-listContent .extra[data-v-664abe22] .ant-avatar{position:relative;top:1px;width:20px;height:20px;margin-right:8px;vertical-align:top}.antd-pro-components-article-list-content-index-listContent .extra>em[data-v-664abe22]{margin-left:16px;font-style:normal}

@ -0,0 +1 @@
.project-recycle-index .project-list .ant-list-item-meta-avatar .ant-avatar{width:50px;height:50px;border-radius:3px}.project-recycle-index .project-list .ant-list-item-content .other-info{display:-ms-flexbox;display:flex}.project-recycle-index .project-list .ant-list-item-content .other-info .info-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:48px}.project-recycle-index .project-list .ant-list-item-action .anticon:hover svg{color:#1890ff}

@ -0,0 +1 @@
.stepFormText[data-v-0d38e0f0]{margin-bottom:24px}.ant-form-item-control[data-v-0d38e0f0],.ant-form-item-label[data-v-0d38e0f0]{line-height:22px}.getCaptcha[data-v-0d38e0f0]{display:block;width:100%;height:40px}

@ -0,0 +1 @@
.ant-card-body .table-operator[data-v-6c7857a3]{margin-bottom:18px}.anty-row-operator button[data-v-6c7857a3]{margin:0 5px}.ant-btn-danger[data-v-6c7857a3]{background-color:#fff}z .ant-modal-cust-warp[data-v-6c7857a3]{height:100%}.ant-modal-cust-warp .ant-modal-body[data-v-6c7857a3]{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content[data-v-6c7857a3]{height:90%!important;overflow-y:hidden}

@ -0,0 +1 @@
.ant-card-body .table-operator{margin-bottom:18px}.table-operator .ant-btn{margin-right:6px}.ant-table-tbody .ant-table-row td{padding-top:15px;padding-bottom:15px}.ant-modal-cust-warp{height:100%}.ant-modal-cust-warp .ant-modal-body{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content{height:90%!important;overflow-y:hidden}.anty-img-wrap{height:25px;position:relative}.anty-img-wrap>img{max-height:100%}.query-group-cust{width:calc(50% - 10px)}.query-group-split-cust:before{content:"~";width:20px;display:inline-block;text-align:center}

@ -0,0 +1 @@
.project-template-index .ant-breadcrumb>span:last-child{color:rgba(0,0,0,.45)!important}.project-template-modal .cover-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.project-template-modal .cover-item .avatar,.project-template-modal .cover-item .no-avatar{width:300px;height:150px;line-height:150px;font-size:18px;border-radius:4px}.project-template-modal .cover-item .no-avatar{box-sizing:border-box;margin:0;padding:0;list-style:none;text-align:center;background:#ccc;color:#fff;white-space:nowrap;position:relative;overflow:hidden;vertical-align:middle;display:block}.project-template-modal .cover-item .upload{margin:18px 0}.project-template-modal .cover-item .upload-tips{margin-left:12px}.project-template-modal .cover-uploader{display:block}

@ -0,0 +1 @@
.ant-card-body .table-operator{margin-bottom:18px}.ant-table-tbody .ant-table-row td{padding-top:15px;padding-bottom:15px}.anty-row-operator button{margin:0 5px}.ant-btn-danger{background-color:#fff}.anty-img-wrap{height:25px;position:relative}.anty-img-wrap>img{max-height:100%}.ant-modal-cust-warp{height:100%}.ant-modal-cust-warp .ant-modal-body{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content{height:90%!important;overflow-y:hidden}

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
.antd-pro-components-article-list-content-index-listContent .description[data-v-36e99ef9]{max-width:1024px;line-height:22px}.antd-pro-components-article-list-content-index-listContent .extra[data-v-36e99ef9]{margin-top:16px;line-height:22px}.antd-pro-components-article-list-content-index-listContent .extra[data-v-36e99ef9] .ant-avatar{position:relative;top:1px;width:20px;height:20px;margin-right:8px;vertical-align:top}.antd-pro-components-article-list-content-index-listContent .extra>em[data-v-36e99ef9]{margin-left:16px;font-style:normal}.ant-list-item-action[data-v-36e99ef9],.ant-list-vertical .ant-list-item-action[data-v-36e99ef9],.ant-list-vertical .ant-list-item-action[data-v-1533eba6]{margin-left:auto;position:absolute;display:block;left:135px;top:150px}

@ -0,0 +1 @@
.antd-pro-components-article-list-content-index-listContent .description[data-v-36e99ef9]{max-width:1024px;line-height:22px}.antd-pro-components-article-list-content-index-listContent .extra[data-v-36e99ef9]{margin-top:16px;line-height:22px}.antd-pro-components-article-list-content-index-listContent .extra[data-v-36e99ef9] .ant-avatar{position:relative;top:1px;width:20px;height:20px;margin-right:8px;vertical-align:top}.antd-pro-components-article-list-content-index-listContent .extra>em[data-v-36e99ef9]{margin-left:16px;font-style:normal}.ant-list-item-action[data-v-36e99ef9],.ant-list-vertical .ant-list-item-action[data-v-36e99ef9],.ant-list-vertical .ant-list-item-action[data-v-1533eba6]{margin-left:auto;position:absolute;display:block;left:135px;top:150px}

@ -0,0 +1 @@
.app-list .meta-cardInfo[data-v-748e5dcb]{zoom:1;margin-top:16px}.app-list .meta-cardInfo>div[data-v-748e5dcb]{position:relative;text-align:left;float:left;width:50%}.app-list .meta-cardInfo>div p[data-v-748e5dcb]{line-height:32px;font-size:24px;margin:0}.app-list .meta-cardInfo>div p[data-v-748e5dcb]:first-child{color:rgba(0,0,0,.45);font-size:12px;line-height:20px;margin-bottom:4px}

@ -0,0 +1 @@
.project-list-index .project-list .ant-list-item-meta-avatar .ant-avatar{width:50px;height:50px;border-radius:3px}.project-list-index .project-list .ant-list-item-content .other-info{display:-ms-flexbox;display:flex}.project-list-index .project-list .ant-list-item-content .other-info .info-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:48px}.project-list-index .project-list .ant-list-item-content .other-info .schedule{width:250px}.project-list-index .project-list .ant-list-item-action .anticon:hover svg{color:#1890ff}

@ -0,0 +1 @@
.ant-card-body .table-operator{margin-bottom:18px}.table-operator .ant-btn{margin-right:6px}.ant-table-tbody .ant-table-row td{padding-top:15px;padding-bottom:15px}.ant-modal-cust-warp{height:100%}.ant-modal-cust-warp .ant-modal-body{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content{height:90%!important;overflow-y:hidden}.anty-img-wrap{height:25px;position:relative}.anty-img-wrap>img{max-height:100%}.query-group-cust{width:calc(50% - 10px)}.query-group-split-cust:before{content:"~";width:20px;display:inline-block;text-align:center}

@ -0,0 +1 @@
.result[data-v-5cd17224]{text-align:center;width:72%;margin:0 auto;padding:24px 0 8px}.result .icon[data-v-5cd17224]{font-size:72px;line-height:72px;margin-bottom:24px}.result .success[data-v-5cd17224]{color:#52c41a}.result .error[data-v-5cd17224]{color:red}.result .title[data-v-5cd17224]{font-size:24px;color:rgba(0,0,0,.85);font-weight:500;line-height:32px;margin-bottom:16px}.result .description[data-v-5cd17224]{font-size:14px;line-height:22px;color:rgba(0,0,0,.45);margin-bottom:24px}.result .content[data-v-5cd17224]{background:#fafafa;padding:24px 40px;border-radius:2px;text-align:left}.result .action[data-v-5cd17224]{margin-top:32px}.mobile .result[data-v-5cd17224]{width:100%;margin:0 auto;padding:unset}

@ -0,0 +1 @@
.abcdefg .ant-card-body[data-v-fb435ca8]{margin-left:0;margin-right:0;margin-bottom:1%;border:0 solid #000;min-width:800px}.explain[data-v-fb435ca8]{text-align:left;margin-left:50px}.explain .ant-input[data-v-fb435ca8],.sign .ant-input[data-v-fb435ca8]{font-weight:bolder;text-align:center;border-left-width:0!important;border-top-width:0!important;border-right-width:0!important}.explain div[data-v-fb435ca8]{margin-bottom:10px}.ant-upload-select-picture-card i[data-v-fb435ca8]{font-size:32px;color:#999}.ant-upload-select-picture-card .ant-upload-text[data-v-fb435ca8]{margin-top:8px;color:#666}

@ -0,0 +1 @@
.ant-card-body .table-operator{margin-bottom:18px}.ant-table-tbody .ant-table-row td{padding-top:15px;padding-bottom:15px}.anty-row-operator button{margin:0 5px}.ant-btn-danger{background-color:#fff}.anty-img-wrap{height:25px;position:relative}.anty-img-wrap>img{max-height:100%}.ant-modal-cust-warp{height:100%}.ant-modal-cust-warp .ant-modal-body{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content{height:90%!important;overflow-y:hidden}

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
.result[data-v-5cd17224]{text-align:center;width:72%;margin:0 auto;padding:24px 0 8px}.result .icon[data-v-5cd17224]{font-size:72px;line-height:72px;margin-bottom:24px}.result .success[data-v-5cd17224]{color:#52c41a}.result .error[data-v-5cd17224]{color:red}.result .title[data-v-5cd17224]{font-size:24px;color:rgba(0,0,0,.85);font-weight:500;line-height:32px;margin-bottom:16px}.result .description[data-v-5cd17224]{font-size:14px;line-height:22px;color:rgba(0,0,0,.45);margin-bottom:24px}.result .content[data-v-5cd17224]{background:#fafafa;padding:24px 40px;border-radius:2px;text-align:left}.result .action[data-v-5cd17224]{margin-top:32px}.mobile .result[data-v-5cd17224]{width:100%;margin:0 auto;padding:unset}

@ -0,0 +1 @@
.ant-btn[data-v-42d20aa2]{padding:0 10px;margin-left:3px}.ant-form-item-control[data-v-42d20aa2]{line-height:0}.ant-form .ant-form-item[data-v-42d20aa2]{margin-bottom:10px}.ant-tabs-content .ant-form-item[data-v-42d20aa2]{margin-bottom:0}.ant-card-body .table-operator[data-v-3387e46e]{margin-bottom:18px}.ant-table-tbody .ant-table-row td[data-v-3387e46e]{padding-top:15px;padding-bottom:15px}.anty-row-operator button[data-v-3387e46e]{margin:0 5px}.ant-btn-danger[data-v-3387e46e]{background-color:#fff}.ant-modal-cust-warp[data-v-3387e46e]{height:100%}.ant-modal-cust-warp .ant-modal-body[data-v-3387e46e]{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content[data-v-3387e46e]{height:90%!important;overflow-y:hidden}

@ -0,0 +1 @@
.j-select-biz-component-box .left[data-v-fac882b4]{width:calc(100% - 90px)}.j-select-biz-component-box .right[data-v-fac882b4]{width:82px}.j-select-biz-component-box .full[data-v-fac882b4]{width:100%}.j-select-biz-component-box[data-v-fac882b4] .ant-select-search__field{display:none!important}

@ -0,0 +1 @@
.chart-card-header .meta[data-v-5d7cd69f],.chart-card-header[data-v-5d7cd69f]{position:relative;overflow:hidden;width:100%}.chart-card-header .meta[data-v-5d7cd69f]{color:rgba(0,0,0,.45);font-size:14px;line-height:22px}.chart-card-action[data-v-5d7cd69f]{cursor:pointer;position:absolute;top:0;right:0}.chart-card-footer[data-v-5d7cd69f]{border-top:1px solid #e8e8e8;padding-top:9px;margin-top:8px}.chart-card-footer>[data-v-5d7cd69f]{position:relative}.chart-card-footer .field[data-v-5d7cd69f]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.chart-card-content[data-v-5d7cd69f]{margin-bottom:12px;position:relative;height:46px;width:100%}.chart-card-content .content-fix[data-v-5d7cd69f]{position:absolute;left:0;bottom:0;width:100%}.total[data-v-5d7cd69f]{overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:nowrap;color:#000;margin-top:4px;margin-bottom:0;font-size:30px;line-height:38px;height:38px}.chart-mini-progress[data-v-bc81620e]{padding:5px 0;position:relative;width:100%}.chart-mini-progress .target[data-v-bc81620e]{position:absolute;top:0;bottom:0}.chart-mini-progress .target span[data-v-bc81620e]{border-radius:100px;position:absolute;top:0;left:0;height:4px;width:2px}.chart-mini-progress .target span[data-v-bc81620e]:last-child{top:auto;bottom:0}.chart-mini-progress .progress-wrapper[data-v-bc81620e]{background-color:#f5f5f5;position:relative}.chart-mini-progress .progress-wrapper .progress[data-v-bc81620e]{transition:all .4s cubic-bezier(.08,.82,.17,1) 0s;border-radius:1px 0 0 1px;background-color:#1890ff;width:0;height:100%}.rank[data-v-83c80048]{padding:0 32px 32px 72px}.rank .list[data-v-83c80048]{margin:25px 0 0;padding:0;list-style:none}.rank .list li[data-v-83c80048]{margin-top:16px}.rank .list li span[data-v-83c80048]{color:rgba(0,0,0,.65);font-size:14px;line-height:22px}.rank .list li span[data-v-83c80048]:first-child{background-color:#f5f5f5;border-radius:20px;display:inline-block;font-size:12px;font-weight:600;margin-right:24px;height:20px;line-height:20px;width:20px;text-align:center}.rank .list li span.active[data-v-83c80048]{background-color:#314659;color:#fff}.rank .list li span[data-v-83c80048]:last-child{float:right}.mobile .rank[data-v-83c80048]{padding:0 32px 32px 32px}.analysis-index .page-wrapper{margin:24px}.analysis-index .page-wrapper .extra-wrapper{line-height:55px;padding-right:24px}.analysis-index .page-wrapper .extra-wrapper .extra-item{display:inline-block;margin-right:24px}.analysis-index .page-wrapper .extra-wrapper .extra-item a{margin-left:24px}.analysis-index .page-wrapper .chart-wrapper{position:absolute;bottom:-10px;width:100%}.analysis-index .page-wrapper .chart-wrappers-single div{width:auto!important}

@ -0,0 +1 @@
.abcdefg .ant-card-body[data-v-268c3065]{margin-left:0;margin-right:0;margin-bottom:1%;border:0 solid #000;min-width:800px}.explain[data-v-268c3065]{text-align:left;margin-left:50px}.explain .ant-input[data-v-268c3065],.sign .ant-input[data-v-268c3065]{font-weight:bolder;text-align:center;border-left-width:0!important;border-top-width:0!important;border-right-width:0!important}.explain div[data-v-268c3065]{margin-bottom:10px}.ant-upload-select-picture-card i[data-v-268c3065]{font-size:32px;color:#999}.ant-upload-select-picture-card .ant-upload-text[data-v-268c3065]{margin-top:8px;color:#666}.ant-tag-geekblue[data-v-268c3065],.ant-tag[data-v-268c3065]{margin-bottom:5px}

@ -0,0 +1 @@
.admin-auth-apply .ant-tree li ul{margin:12px 0}.admin-auth-apply .ant-tree-child-tree-open .ant-tree-child-tree-open li{display:inline;white-space:normal}

@ -0,0 +1 @@
.ant-card-body .table-operator{margin-bottom:18px}.table-operator .ant-btn{margin-right:6px}.ant-table-tbody .ant-table-row td{padding-top:15px;padding-bottom:15px}.ant-modal-cust-warp{height:100%}.ant-modal-cust-warp .ant-modal-body{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content{height:90%!important;overflow-y:hidden}.anty-img-wrap{height:25px;position:relative}.anty-img-wrap>img{max-height:100%}.query-group-cust{width:calc(50% - 10px)}.query-group-split-cust:before{content:"~";width:20px;display:inline-block;text-align:center}

@ -0,0 +1 @@
.ant-card-body .table-operator{margin-bottom:18px}.ant-table-tbody .ant-table-row td{padding-top:15px;padding-bottom:15px}.anty-row-operator button{margin:0 5px}.ant-btn-danger{background-color:#fff}.anty-img-wrap{height:25px;position:relative}.anty-img-wrap>img{max-height:100%}.ant-modal-cust-warp{height:100%}.ant-modal-cust-warp .ant-modal-body{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content{height:90%!important;overflow-y:hidden}

@ -0,0 +1 @@
.j-address-list-right-card-box .ant-table-placeholder{min-height:46px}.j-address-list-right-card-box[data-v-3ed7351e]{height:100%;min-height:300px}

@ -0,0 +1 @@
.ant-btn[data-v-93db85d8]{margin-left:3px}.ant-card-body .table-operator[data-v-93db85d8]{margin-bottom:18px}.ant-table-tbody .ant-table-row td[data-v-93db85d8]{padding-top:15px;padding-bottom:15px}.anty-row-operator button[data-v-93db85d8]{margin:0 5px}.ant-btn-danger[data-v-93db85d8]{background-color:#fff}.ant-modal-cust-warp[data-v-93db85d8]{height:100%}.ant-modal-cust-warp .ant-modal-body[data-v-93db85d8]{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content[data-v-93db85d8]{height:90%!important;overflow-y:hidden}

@ -0,0 +1 @@
.project-list-index .project-list .ant-list-item-meta-avatar .ant-avatar{width:50px;height:50px;border-radius:3px}.project-list-index .project-list .ant-list-item-content .other-info{display:-ms-flexbox;display:flex}.project-list-index .project-list .ant-list-item-content .other-info .info-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:48px}.project-list-index .project-list .ant-list-item-content .other-info .schedule{width:250px}.project-list-index .project-list .ant-list-item-action .anticon:hover svg{color:#1890ff}

@ -0,0 +1 @@
.ant-card-body .table-operator{margin-bottom:18px}.ant-table-tbody .ant-table-row td{padding-top:15px;padding-bottom:15px}.anty-row-operator button{margin:0 5px}.ant-btn-danger{background-color:#fff}.anty-img-wrap{height:25px;position:relative}.anty-img-wrap>img{max-height:100%}.ant-modal-cust-warp{height:100%}.ant-modal-cust-warp .ant-modal-body{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content{height:90%!important;overflow-y:hidden}

@ -0,0 +1 @@
.abcdefg .ant-card-body[data-v-da3db0be]{margin-left:0;margin-right:0;margin-bottom:1%;border:0 solid #000;min-width:800px}.explain[data-v-da3db0be]{text-align:left;margin-left:50px}.explain .ant-input[data-v-da3db0be],.sign .ant-input[data-v-da3db0be]{font-weight:bolder;text-align:center;border-left-width:0!important;border-top-width:0!important;border-right-width:0!important}.explain div[data-v-da3db0be]{margin-bottom:10px}.ant-upload-select-picture-card i[data-v-da3db0be]{font-size:32px;color:#999}.ant-upload-select-picture-card .ant-upload-text[data-v-da3db0be]{margin-top:8px;color:#666}.ant-tag-geekblue[data-v-da3db0be],.ant-tag[data-v-da3db0be]{margin-bottom:5px}

@ -0,0 +1 @@
.ant-card-body .table-operator[data-v-1c6adbea]{margin-bottom:18px}.ant-table-tbody .ant-table-row td[data-v-1c6adbea]{padding-top:15px;padding-bottom:15px}.anty-row-operator button[data-v-1c6adbea]{margin:0 5px}.ant-btn-danger[data-v-1c6adbea]{background-color:#fff}.ant-modal-cust-warp[data-v-1c6adbea]{height:100%}.ant-modal-cust-warp .ant-modal-body[data-v-1c6adbea]{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content[data-v-1c6adbea]{height:90%!important;overflow-y:hidden}

@ -0,0 +1 @@
.ant-card-body .table-operator{margin-bottom:18px}.table-operator .ant-btn{margin-right:6px}.ant-table-tbody .ant-table-row td{padding-top:15px;padding-bottom:15px}.ant-modal-cust-warp{height:100%}.ant-modal-cust-warp .ant-modal-body{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content{height:90%!important;overflow-y:hidden}.anty-img-wrap{height:25px;position:relative}.anty-img-wrap>img{max-height:100%}.query-group-cust{width:calc(50% - 10px)}.query-group-split-cust:before{content:"~";width:20px;display:inline-block;text-align:center}

@ -0,0 +1 @@
.invite-department-member .ant-modal-body{padding-top:0;padding-bottom:24px;min-height:40vh}.invite-department-member .header{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;padding:12px 0}.invite-department-member .member-list{padding-top:12px}.create-department.member-menu{height:auto}.create-department.member-menu .header{padding:0 12px 12px 6px;-ms-flex-pack:center;justify-content:center;font-weight:700;border-bottom:1px solid #e8e8e8}.create-department.member-menu .search-content{padding-top:18px}.create-department.member-menu .info{padding:12px 0 0 0}.create-department.member-menu .actions{padding:0 12px}.members-index{margin:24px auto;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:1100px;padding:0 12px}.members-index .layout-item{background:#fff;width:100%}.members-index .left{padding:12px 24px 12px 0;width:280px;height:85vh}.members-index .left .left-content{width:255px;height:100%;border-right:1px solid #e8e8e8}.members-index .left .left-content .content-item{padding:6px 24px 12px 24px}.members-index .left .left-content .search-content{padding:12px}.members-index .left .left-content .search-content .anticon-close-circle{cursor:pointer;color:#ccc;transition:color .3s;font-size:12px}.members-index .left .left-content .search-content .anticon-close-circle:hover{color:#999}.members-index .left .left-content .search-content .anticon-close-circle:active{color:#666}.members-index .left .left-content .actions{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:0}.members-index .left .left-content .department{padding:6px 12px 12px 12px}.members-index .left .left-content .department .ant-tree li{position:relative}.members-index .left .left-content .department .ant-tree li .ant-tree-node-content-wrapper{height:40px;line-height:40px;width:100%}.members-index .left .left-content .department .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected,.members-index .left .left-content .department .ant-tree li .ant-tree-node-content-wrapper:hover{background-color:#f5f5f5}.members-index .left .left-content .department .ant-tree li .ant-tree-iconEle{height:40px;line-height:40px}.members-index .left .left-content .department .ant-tree li .ant-tree-switcher{position:absolute;right:0;height:40px;line-height:40px}.members-index .left .left-content .department .ant-tree li .ant-tree-switcher .ant-tree-switcher-loading-icon{height:40px}.members-index .left .ant-menu-root{border-right:none}.members-index .right{padding:24px 12px 12px 0}.members-index .right .header{padding-right:12px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #e8e8e8;padding-bottom:24px}.members-index .right .header .title{font-size:18px}.members-index .right .header .actions a{margin-left:12px}.members-index .right .members-content{height:75vh}.members-index .right .members-content .member-list{margin-right:12px}

@ -0,0 +1 @@
#project-select{cursor:pointer}.project-select-menu{margin-left:10px}.project-select-menu .member-list{height:290px}.project-info .ant-modal-body{padding-bottom:0}.project-space-overview .project-navigation{top:65px;z-index:4}.project-space-overview .wrapper-main{background:initial}.project-space-overview .layout-content{padding:12px;width:1100px;margin:12px auto auto;background:initial}.project-space-overview .layout-content .overview-item{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}.project-space-overview .layout-content .content-item{background:#fff;padding:6px 18px 18px 18px;border-radius:4px;width:100%}.project-space-overview .layout-content .content-item .title{font-size:16px;padding:6px 0 0 0}.project-space-overview .layout-content .content-left{width:730px}.project-space-overview .layout-content .content-left .log-list{background:#fff;margin-bottom:15px}.project-space-overview .layout-content .content-left .log-list .list-content{padding-top:12px}.project-space-overview .layout-content .content-left .log-list .list-content .ant-list-item-meta-title{position:relative}.project-space-overview .layout-content .content-left .log-list .list-content .right-item{float:right;position:absolute;right:0;top:0}.project-space-overview .layout-content .content-right{width:325px}.project-space-overview .layout-content .content-right .project-date .ant-calendar-picker,.project-space-overview .layout-content .content-right .project-date .ant-calendar-picker-input,.project-space-overview .layout-content .content-right .project-date .ant-calendar-picker:focus{border:none}.project-space-overview .layout-content .content-right .project-stats .stats-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.project-space-overview .layout-content .content-right .project-stats .stats-content .stats-item{width:80px;margin-right:16px;margin-bottom:16px;padding:12px}.project-space-overview .layout-content .content-right .project-stats .stats-content .stats-item .stats-number{font-size:32px}

@ -0,0 +1 @@
.components-input-demo-presuffix .anticon-close-circle[data-v-4d448922]{cursor:pointer;color:#ccc;transition:color .3s;font-size:12px}.components-input-demo-presuffix .anticon-close-circle[data-v-4d448922]:hover{color:#f5222d}.components-input-demo-presuffix .anticon-close-circle[data-v-4d448922]:active{color:#666}.j-super-query-box[data-v-6bb0bfae]{display:inline-block}.j-super-query-modal .j-super-query-history-card .ant-card-body[data-v-6bb0bfae],.j-super-query-modal .j-super-query-history-card .ant-card-head-title[data-v-6bb0bfae]{padding:0}.j-super-query-modal .j-super-query-history-card .ant-card-head[data-v-6bb0bfae]{padding:4px 8px;min-height:0}.j-super-query-modal .j-super-query-history-empty .ant-empty-image[data-v-6bb0bfae]{height:80px;line-height:80px;margin-bottom:0}.j-super-query-modal .j-super-query-history-empty img[data-v-6bb0bfae]{width:80px;height:65px}.j-super-query-modal .j-super-query-history-empty .ant-empty-description[data-v-6bb0bfae]{color:#afafaf;margin:8px 0}.j-super-query-modal .j-super-query-history-tree .ant-tree-switcher[data-v-6bb0bfae]{display:none}.j-super-query-modal .j-super-query-history-tree .ant-tree-node-content-wrapper[data-v-6bb0bfae]{width:100%}

@ -0,0 +1 @@
.anty-img-wrap[data-v-cdb92254]{height:25px;position:relative}.anty-img-wrap>img[data-v-cdb92254]{max-height:100%}.marginCss[data-v-cdb92254]{margin-top:20px}

@ -0,0 +1 @@
.head-info[data-v-35671dcd]{position:relative;text-align:left;padding:0 32px 0 0;min-width:125px}.head-info.center[data-v-35671dcd]{text-align:center;padding:0 32px}.head-info span[data-v-35671dcd]{color:rgba(0,0,0,.45);display:inline-block;font-size:14px;line-height:22px;margin-bottom:4px}.head-info p[data-v-35671dcd]{color:rgba(0,0,0,.85);font-size:24px;line-height:32px;margin:0}.head-info em[data-v-35671dcd]{background-color:#e8e8e8;position:absolute;height:56px;width:1px;top:0;right:0}.project-list .card-title[data-v-e7d317ec]{font-size:0}.project-list .card-title a[data-v-e7d317ec]{color:rgba(0,0,0,.85);margin-left:12px;line-height:24px;height:24px;display:inline-block;vertical-align:top;font-size:14px}.project-list .card-title a[data-v-e7d317ec]:hover{color:#1890ff}.project-list .card-description[data-v-e7d317ec]{color:rgba(0,0,0,.45);height:44px;line-height:22px;overflow:hidden}.project-list .project-item[data-v-e7d317ec]{display:-ms-flexbox;display:flex;margin-top:8px;overflow:hidden;font-size:12px;height:20px;line-height:20px}.project-list .project-item a[data-v-e7d317ec]{color:rgba(0,0,0,.45);display:inline-block;-ms-flex:1 1 0px;flex:1 1 0}.project-list .project-item a[data-v-e7d317ec]:hover{color:#1890ff}.project-list .project-item .datetime[data-v-e7d317ec]{color:rgba(0,0,0,.25);-ms-flex:0 0 auto;flex:0 0 auto;float:right}.project-list .ant-card-meta-description[data-v-e7d317ec]{color:rgba(0,0,0,.45);height:44px;line-height:22px;overflow:hidden}.item-group[data-v-e7d317ec]{padding:20px 0 8px 24px;font-size:0}.item-group a[data-v-e7d317ec]{color:rgba(0,0,0,.65);display:inline-block;font-size:14px;margin-bottom:13px;width:25%}.members a[data-v-e7d317ec]{display:block;margin:12px 0;line-height:24px;height:24px}.members a .member[data-v-e7d317ec]{font-size:14px;color:rgba(0,0,0,.65);line-height:24px;max-width:100px;vertical-align:top;margin-left:12px;transition:all .3s;display:inline-block}.members a:hover span[data-v-e7d317ec]{color:#1890ff}.mobile .project-list .project-card-grid[data-v-e7d317ec]{width:100%}.mobile .more-info[data-v-e7d317ec]{border:0;padding-top:16px;margin:16px 0 16px}.mobile .headerContent .title .welcome-text[data-v-e7d317ec]{display:none}.v-note-wrapper[data-v-e7d317ec]{position:relative;min-width:300px;min-height:300px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#fff;z-index:0;text-align:left;border:1px solid #f2fbfc;border-radius:4px}

@ -0,0 +1 @@
.exception[data-v-48c3c2d3]{min-height:500px;height:80%;-ms-flex-align:center;align-items:center;text-align:center;margin-top:150px}.exception .img[data-v-48c3c2d3]{display:inline-block;padding-right:52px;zoom:1}.exception .img img[data-v-48c3c2d3]{height:360px;max-width:430px}.exception .content[data-v-48c3c2d3]{display:inline-block;-ms-flex:auto;flex:auto}.exception .content h1[data-v-48c3c2d3]{color:#434e59;font-size:72px;font-weight:600;line-height:72px;margin-bottom:24px}.exception .content .desc[data-v-48c3c2d3]{color:rgba(0,0,0,.45);font-size:20px;line-height:28px;margin-bottom:16px}.mobile .exception[data-v-48c3c2d3]{margin-top:30px}.mobile .exception .img[data-v-48c3c2d3]{padding-right:unset}.mobile .exception .img img[data-v-48c3c2d3]{height:40%;max-width:80%}

@ -0,0 +1 @@
.my-index-table{height:270px}.my-index-table table{font-size:14px!important}.index-container-ty .ant-card-head-title{padding-top:6px;padding-bottom:6px}.index-container-ty .ant-card-extra{padding:0}.index-container-ty .ant-card-extra a{color:#fff}.index-container-ty .ant-card-extra a:hover{color:#152ede}.index-container-ty .ant-card-head,.index-container-ty .ant-card-head-wrapper{line-height:24px;min-height:24px;background:#7196fb}.index-container-ty .ant-card-body{padding:10px 12px 0 12px}.index-container-ty .ant-table-footer{text-align:right;padding:6px 12px 6px 6px;background:#fff;border-top:2px solid #f7f1f1}.index-md-title{postion:relative;padding-left:24px;width:100%;color:#fff;font-size:21px;font-family:cursive}.index-md-title img{position:absolute;height:32px;top:2px;left:14px}.index-container-ty .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.index-container-ty .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.index-container-ty .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.index-container-ty .ant-table-tbody>tr>td,.index-container-ty .ant-table-thead>tr>th{border-bottom:1px solid #90aeff}.index-container-ty .ant-table-small{border:1px solid #90aeff}.index-container-ty .ant-table-placeholder{padding:0}

@ -0,0 +1 @@
.ant-card-body .table-operator{margin-bottom:18px}.table-operator .ant-btn{margin-right:6px}.ant-table-tbody .ant-table-row td{padding-top:15px;padding-bottom:15px}.ant-modal-cust-warp{height:100%}.ant-modal-cust-warp .ant-modal-body{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content{height:90%!important;overflow-y:hidden}.anty-img-wrap{height:25px;position:relative}.anty-img-wrap>img{max-height:100%}.query-group-cust{width:calc(50% - 10px)}.query-group-split-cust:before{content:"~";width:20px;display:inline-block;text-align:center}

@ -0,0 +1 @@
.detail-layout[data-v-e933f50a]{margin-left:44px}.text[data-v-e933f50a]{color:rgba(0,0,0,.45)}.heading[data-v-e933f50a]{color:rgba(0,0,0,.85);font-size:20px}.no-data[data-v-e933f50a]{color:rgba(0,0,0,.25);text-align:center;line-height:64px;font-size:16px}.no-data i[data-v-e933f50a]{font-size:24px;margin-right:16px;position:relative;top:3px}.mobile .detail-layout[data-v-e933f50a]{margin-left:unset}.mobile .status-list[data-v-e933f50a]{text-align:left}

@ -0,0 +1 @@
.ant-btn[data-v-1f16717b]{margin-left:3px}.ant-card-body .table-operator[data-v-1f16717b]{margin-bottom:18px}.ant-table-tbody .ant-table-row td[data-v-1f16717b]{padding-top:15px;padding-bottom:15px}.anty-row-operator button[data-v-1f16717b]{margin:0 5px}.ant-btn-danger[data-v-1f16717b]{background-color:#fff}.ant-modal-cust-warp[data-v-1f16717b]{height:100%}.ant-modal-cust-warp .ant-modal-body[data-v-1f16717b]{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content[data-v-1f16717b]{height:90%!important;overflow-y:hidden}

@ -0,0 +1 @@
.reset-mail .content{width:600px;margin:50px auto}.reset-mail .content .header{font-size:18px}.reset-mail .content .member-info{margin:36px 0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.reset-mail .content .member-info .avatar{margin-right:12px}.reset-mail .content .member-info .info p{margin:0}.reset-mail .icon{font-size:72px;line-height:72px;margin-bottom:0}.reset-mail .isSuccess{color:#52c41a}.reset-mail .error{color:red}

@ -0,0 +1 @@
.ant-card-body .table-operator[data-v-0861dd53]{margin-bottom:18px}.ant-table-tbody .ant-table-row td[data-v-0861dd53]{padding-top:15px;padding-bottom:15px}.anty-row-operator button[data-v-0861dd53]{margin:0 5px}.ant-btn-danger[data-v-0861dd53]{background-color:#fff}.ant-modal-cust-warp[data-v-0861dd53]{height:100%}.ant-modal-cust-warp .ant-modal-body[data-v-0861dd53]{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content[data-v-0861dd53]{height:90%!important;overflow-y:hidden}.drawer-bootom-button[data-v-3eab4717]{position:absolute;bottom:0;width:100%;border-top:1px solid #e8e8e8;padding:10px 16px;text-align:right;left:0;background:#fff;border-radius:0 0 2px 2px}.ant-btn[data-v-1ce956fe]{margin-left:3px}.ant-card[data-v-1ce956fe]{margin-left:-30px;margin-right:-30px}.table-page-search-wrapper[data-v-1ce956fe]{margin-top:-16px;margin-bottom:16px}

@ -0,0 +1 @@
.card-container{background:#fff;overflow:hidden;padding:12px;position:relative;width:100%}.card-container .ant-tabs{border:1px solid #e6ebf5;padding:0}.card-container .ant-tabs .ant-tabs-bar{margin:0;outline:none;border-bottom:none}.card-container .ant-tabs .ant-tabs-bar .ant-tabs-nav-container{margin:0}.card-container .ant-tabs .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-tab{padding:0 24px!important;background-color:#f5f7fa!important;margin-right:0!important;border-radius:0;line-height:38px;border:1px solid transparent!important;border-bottom:1px solid #e6ebf5!important}.card-container .ant-tabs .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-tab-active.ant-tabs-tab{color:#409eff;background-color:#fff!important;border-right:1px solid #e6ebf5!important;border-left:1px solid #e6ebf5!important;border-bottom:1px solid #fff!important;font-weight:400;transition:none!important}.card-container .ant-tabs .ant-tabs-tabpane{padding:15px}.card-container .ant-tabs .ant-tabs-tabpane .ant-row{margin:10px 0}.card-container .ant-tabs .ant-tabs-tabpane .ant-input-number,.card-container .ant-tabs .ant-tabs-tabpane .ant-select{width:100px}.container-widthEn[data-v-ed259258]{width:755px}.container-widthCn[data-v-ed259258]{width:608px}.language[data-v-ed259258]{text-align:center;position:absolute;right:13px;top:13px;border:1px solid transparent;height:40px;line-height:38px;font-size:16px;color:#409eff;z-index:1;background:#f5f7fa;outline:none;width:47px;border-bottom:1px solid #e6ebf5;border-radius:0}.card-container .bottom[data-v-ed259258]{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:10px 0 0 0}.card-container .bottom .cronButton[data-v-ed259258]{margin:0 10px;line-height:40px}.tabBody .a-row[data-v-ed259258]{margin:10px 0}.tabBody .a-row .long .a-select[data-v-ed259258]{width:354px}.tabBody .a-row .a-input-number[data-v-ed259258]{width:110px}.components-input-demo-presuffix .anticon-close-circle[data-v-6e825113]{cursor:pointer;color:#ccc;transition:color .3s;font-size:12px}.components-input-demo-presuffix .anticon-close-circle[data-v-6e825113]:hover{color:#f5222d}.components-input-demo-presuffix .anticon-close-circle[data-v-6e825113]:active{color:#666}

@ -0,0 +1 @@
.ant-card-body .table-operator[data-v-17c138cd]{margin-bottom:18px}.ant-table-tbody .ant-table-row td[data-v-17c138cd]{padding-top:15px;padding-bottom:15px}.anty-row-operator button[data-v-17c138cd]{margin:0 5px}.ant-btn-danger[data-v-17c138cd]{background-color:#fff}.ant-modal-cust-warp[data-v-17c138cd]{height:100%}.ant-modal-cust-warp .ant-modal-body[data-v-17c138cd]{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content[data-v-17c138cd]{height:90%!important;overflow-y:hidden}

@ -0,0 +1 @@
.ant-card-body .table-operator{margin-bottom:18px}.ant-table-tbody .ant-table-row td{padding-top:15px;padding-bottom:15px}.anty-row-operator button{margin:0 5px}.ant-btn-danger{background-color:#fff}.anty-img-wrap{height:25px;position:relative}.anty-img-wrap>img{max-height:100%}.ant-modal-cust-warp{height:100%}.ant-modal-cust-warp .ant-modal-body{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content{height:90%!important;overflow-y:hidden}

@ -0,0 +1 @@
.abcdefg .ant-card-body[data-v-784b52e4]{margin-left:0;margin-right:0;margin-bottom:1%;border:0 solid #000;min-width:800px}.explain[data-v-784b52e4]{text-align:left;margin-left:50px}.explain .ant-input[data-v-784b52e4],.sign .ant-input[data-v-784b52e4]{font-weight:bolder;text-align:center;border-left-width:0!important;border-top-width:0!important;border-right-width:0!important}.explain div[data-v-784b52e4]{margin-bottom:10px}.ant-upload-select-picture-card i[data-v-784b52e4]{font-size:32px;color:#999}.ant-upload-select-picture-card .ant-upload-text[data-v-784b52e4]{margin-top:8px;color:#666}

@ -0,0 +1 @@
.chart-card-header .meta[data-v-bc1c776e],.chart-card-header[data-v-bc1c776e]{position:relative;overflow:hidden;width:100%}.chart-card-header .meta[data-v-bc1c776e]{color:rgba(0,0,0,.45);font-size:14px;line-height:22px}.chart-card-action[data-v-bc1c776e]{cursor:pointer;position:absolute;top:0;right:0}.chart-card-footer[data-v-bc1c776e]{border-top:1px solid #e8e8e8;padding-top:9px;margin-top:8px}.chart-card-footer>[data-v-bc1c776e]{position:relative}.chart-card-footer .field[data-v-bc1c776e]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.chart-card-content[data-v-bc1c776e]{margin-bottom:12px;position:relative;height:46px;width:100%}.chart-card-content .content-fix[data-v-bc1c776e]{position:absolute;left:0;bottom:0;width:100%}.total[data-v-bc1c776e]{overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:nowrap;color:#000;margin-top:4px;margin-bottom:0;font-size:30px;line-height:38px;height:38px}.antv-chart-mini[data-v-0334746e]{position:relative;width:100%}.antv-chart-mini .chart-wrapper[data-v-0334746e]{position:absolute;bottom:-28px;width:100%}.antv-chart-mini[data-v-d7bf08d4]{position:relative;width:100%}.antv-chart-mini .chart-wrapper[data-v-d7bf08d4]{position:absolute;bottom:-28px;width:100%}.chart-mini-progress[data-v-bc81620e]{padding:5px 0;position:relative;width:100%}.chart-mini-progress .target[data-v-bc81620e]{position:absolute;top:0;bottom:0}.chart-mini-progress .target span[data-v-bc81620e]{border-radius:100px;position:absolute;top:0;left:0;height:4px;width:2px}.chart-mini-progress .target span[data-v-bc81620e]:last-child{top:auto;bottom:0}.chart-mini-progress .progress-wrapper[data-v-bc81620e]{background-color:#f5f5f5;position:relative}.chart-mini-progress .progress-wrapper .progress[data-v-bc81620e]{transition:all .4s cubic-bezier(.08,.82,.17,1) 0s;border-radius:1px 0 0 1px;background-color:#1890ff;width:0;height:100%}.rank[data-v-83c80048]{padding:0 32px 32px 72px}.rank .list[data-v-83c80048]{margin:25px 0 0;padding:0;list-style:none}.rank .list li[data-v-83c80048]{margin-top:16px}.rank .list li span[data-v-83c80048]{color:rgba(0,0,0,.65);font-size:14px;line-height:22px}.rank .list li span[data-v-83c80048]:first-child{background-color:#f5f5f5;border-radius:20px;display:inline-block;font-size:12px;font-weight:600;margin-right:24px;height:20px;line-height:20px;width:20px;text-align:center}.rank .list li span.active[data-v-83c80048]{background-color:#314659;color:#fff}.rank .list li span[data-v-83c80048]:last-child{float:right}.mobile .rank[data-v-83c80048]{padding:0 32px 32px 32px}.head-info[data-v-35671dcd]{position:relative;text-align:left;padding:0 32px 0 0;min-width:125px}.head-info.center[data-v-35671dcd]{text-align:center;padding:0 32px}.head-info span[data-v-35671dcd]{color:rgba(0,0,0,.45);display:inline-block;font-size:14px;line-height:22px;margin-bottom:4px}.head-info p[data-v-35671dcd]{color:rgba(0,0,0,.85);font-size:24px;line-height:32px;margin:0}.head-info em[data-v-35671dcd]{background-color:#e8e8e8;position:absolute;height:56px;width:1px;top:0;right:0}thead.ant-table-thead[data-v-571a89fe]{display:none}.circle-cust[data-v-571a89fe]{position:relative;top:28px;left:-100%}.extra-wrapper[data-v-571a89fe]{line-height:55px;padding-right:24px}.extra-wrapper .extra-item[data-v-571a89fe]{display:inline-block;margin-right:24px}.extra-wrapper .extra-item a[data-v-571a89fe]{margin-left:24px}.head-info[data-v-571a89fe]{position:relative;text-align:left;padding:0 32px 0 0;min-width:125px}.head-info.center[data-v-571a89fe]{text-align:center;padding:0 32px}.head-info span[data-v-571a89fe]{color:rgba(0,0,0,.45);display:inline-block;font-size:.95rem;line-height:42px;margin-bottom:4px}.head-info p[data-v-571a89fe]{line-height:42px;margin:0}.head-info p a[data-v-571a89fe]{font-weight:600;font-size:1rem}

@ -0,0 +1 @@
.card-avatar[data-v-b626e4b6]{width:48px;height:48px;border-radius:48px}.ant-card-actions[data-v-b626e4b6]{background:#f7f9fa}.ant-card-actions li[data-v-b626e4b6]{float:left;text-align:center;margin:12px 0;color:rgba(0,0,0,.45);width:50%}.ant-card-actions li[data-v-b626e4b6]:not(:last-child){border-right:1px solid #e8e8e8}.ant-card-actions li a[data-v-b626e4b6]{color:rgba(0,0,0,.45);line-height:22px;display:inline-block;width:100%}.ant-card-actions li a[data-v-b626e4b6]:hover{color:#1890ff}.new-btn[data-v-b626e4b6]{background-color:#fff;border-radius:2px;width:100%;height:188px}.meta-content[data-v-b626e4b6]{position:relative;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;height:64px;-webkit-line-clamp:3}

@ -0,0 +1 @@
.exception[data-v-48c3c2d3]{min-height:500px;height:80%;-ms-flex-align:center;align-items:center;text-align:center;margin-top:150px}.exception .img[data-v-48c3c2d3]{display:inline-block;padding-right:52px;zoom:1}.exception .img img[data-v-48c3c2d3]{height:360px;max-width:430px}.exception .content[data-v-48c3c2d3]{display:inline-block;-ms-flex:auto;flex:auto}.exception .content h1[data-v-48c3c2d3]{color:#434e59;font-size:72px;font-weight:600;line-height:72px;margin-bottom:24px}.exception .content .desc[data-v-48c3c2d3]{color:rgba(0,0,0,.45);font-size:20px;line-height:28px;margin-bottom:16px}.mobile .exception[data-v-48c3c2d3]{margin-top:30px}.mobile .exception .img[data-v-48c3c2d3]{padding-right:unset}.mobile .exception .img img[data-v-48c3c2d3]{height:40%;max-width:80%}

@ -0,0 +1 @@
.ant-card-body .table-operator{margin-bottom:18px}.table-operator .ant-btn{margin-right:6px}.ant-table-tbody .ant-table-row td{padding-top:15px;padding-bottom:15px}.ant-modal-cust-warp{height:100%}.ant-modal-cust-warp .ant-modal-body{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content{height:90%!important;overflow-y:hidden}.anty-img-wrap{height:25px;position:relative}.anty-img-wrap>img{max-height:100%}.query-group-cust{width:calc(50% - 10px)}.query-group-split-cust:before{content:"~";width:20px;display:inline-block;text-align:center}

@ -0,0 +1 @@
.ant-table-tbody .ant-table-row td[data-v-0c7059f2]{padding-top:10px;padding-bottom:10px}#components-layout-demo-custom-trigger .trigger[data-v-0c7059f2]{font-size:18px;line-height:64px;padding:0 24px;cursor:pointer;transition:color .3s}.ant-card-body .table-operator{margin-bottom:18px}.table-operator .ant-btn{margin-right:6px}.ant-table-tbody .ant-table-row td{padding-top:15px;padding-bottom:15px}.ant-modal-cust-warp{height:100%}.ant-modal-cust-warp .ant-modal-body{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content{height:90%!important;overflow-y:hidden}.anty-img-wrap{height:25px;position:relative}.anty-img-wrap>img{max-height:100%}.query-group-cust{width:calc(50% - 10px)}.query-group-split-cust:before{content:"~";width:20px;display:inline-block;text-align:center}

@ -0,0 +1 @@
.ant-tree li span.ant-tree-iconEle[data-v-0adcacd1],.clName .ant-tree li span.ant-tree-switcher[data-v-0adcacd1]{width:10px}

@ -0,0 +1 @@
.error-page{background:#f0f2f5;height:100vh}.exception{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:70vh}.exception .imgBlock{-ms-flex:0 0 62.5%;flex:0 0 55.5%;width:62.5%;padding-right:60px;zoom:1}.exception .img-exception{width:100%;max-width:430px;float:right;background:no-repeat 50% 50%;background-size:contain}.exception .img-exception img{width:75%}.exception .content{-ms-flex:auto;flex:auto}.exception .content h1{color:#434e59;font-size:72px;font-weight:600;line-height:72px;margin-bottom:24px}.exception .content .desc{color:rgba(0,0,0,.45);font-size:20px;line-height:28px;margin-bottom:16px}

@ -0,0 +1 @@
.head-info[data-v-35671dcd]{position:relative;text-align:left;padding:0 32px 0 0;min-width:125px}.head-info.center[data-v-35671dcd]{text-align:center;padding:0 32px}.head-info span[data-v-35671dcd]{color:rgba(0,0,0,.45);display:inline-block;font-size:14px;line-height:22px;margin-bottom:4px}.head-info p[data-v-35671dcd]{color:rgba(0,0,0,.85);font-size:24px;line-height:32px;margin:0}.head-info em[data-v-35671dcd]{background-color:#e8e8e8;position:absolute;height:56px;width:1px;top:0;right:0}.project-list .card-title[data-v-5a888a14]{font-size:0}.project-list .card-title a[data-v-5a888a14]{color:rgba(0,0,0,.85);margin-left:12px;line-height:24px;height:24px;display:inline-block;vertical-align:top;font-size:14px}.project-list .card-title a[data-v-5a888a14]:hover{color:#1890ff}.project-list .card-description[data-v-5a888a14]{color:rgba(0,0,0,.45);height:44px;line-height:22px;overflow:hidden}.project-list .project-item[data-v-5a888a14]{display:-ms-flexbox;display:flex;margin-top:8px;overflow:hidden;font-size:12px;height:20px;line-height:20px}.project-list .project-item a[data-v-5a888a14]{color:rgba(0,0,0,.45);display:inline-block;-ms-flex:1 1 0px;flex:1 1 0}.project-list .project-item a[data-v-5a888a14]:hover{color:#1890ff}.project-list .project-item .datetime[data-v-5a888a14]{color:rgba(0,0,0,.25);-ms-flex:0 0 auto;flex:0 0 auto;float:right}.project-list .ant-card-meta-description[data-v-5a888a14]{color:rgba(0,0,0,.45);height:44px;line-height:22px;overflow:hidden}.item-group[data-v-5a888a14]{padding:20px 0 8px 24px;font-size:0}.item-group a[data-v-5a888a14]{color:rgba(0,0,0,.65);display:inline-block;font-size:14px;margin-bottom:13px;width:25%}.members a[data-v-5a888a14]{display:block;margin:12px 0;line-height:24px;height:24px}.members a .member[data-v-5a888a14]{font-size:14px;color:rgba(0,0,0,.65);line-height:24px;max-width:100px;vertical-align:top;margin-left:12px;transition:all .3s;display:inline-block}.members a:hover span[data-v-5a888a14]{color:#1890ff}.ant-back-top[data-v-5a888a14]{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:"tnum";position:fixed;right:10px;bottom:50px;z-index:10;width:40px;height:40px;cursor:pointer}.mobile .project-list .project-card-grid[data-v-5a888a14]{width:100%}.mobile .more-info[data-v-5a888a14]{border:0;padding-top:16px;margin:16px 0 16px}.mobile .headerContent .title .welcome-text[data-v-5a888a14]{display:none}

@ -0,0 +1 @@
[data-v-3ee03aee]{color:#000!important;-webkit-tap-highlight-color:#000000!important}.abcdefg .ant-card-body[data-v-3ee03aee]{margin-left:0;margin-right:0;margin-bottom:1%;border:0 solid #000;min-width:800px;color:#000!important}.explain[data-v-3ee03aee]{text-align:left;margin-left:50px;color:#000!important}.explain .ant-input[data-v-3ee03aee],.sign .ant-input[data-v-3ee03aee]{font-weight:bolder;text-align:center;border-left-width:0!important;border-top-width:0!important;border-right-width:0!important}.explain div[data-v-3ee03aee]{margin-bottom:10px}.ant-upload-select-picture-card i[data-v-3ee03aee]{font-size:32px;color:#999}.ant-upload-select-picture-card .ant-upload-text[data-v-3ee03aee]{margin-top:8px;color:#666}

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
.chart-card-header .meta[data-v-bc1c776e],.chart-card-header[data-v-bc1c776e]{position:relative;overflow:hidden;width:100%}.chart-card-header .meta[data-v-bc1c776e]{color:rgba(0,0,0,.45);font-size:14px;line-height:22px}.chart-card-action[data-v-bc1c776e]{cursor:pointer;position:absolute;top:0;right:0}.chart-card-footer[data-v-bc1c776e]{border-top:1px solid #e8e8e8;padding-top:9px;margin-top:8px}.chart-card-footer>[data-v-bc1c776e]{position:relative}.chart-card-footer .field[data-v-bc1c776e]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.chart-card-content[data-v-bc1c776e]{margin-bottom:12px;position:relative;height:46px;width:100%}.chart-card-content .content-fix[data-v-bc1c776e]{position:absolute;left:0;bottom:0;width:100%}.total[data-v-bc1c776e]{overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:nowrap;color:#000;margin-top:4px;margin-bottom:0;font-size:30px;line-height:38px;height:38px}.antv-chart-mini[data-v-0334746e]{position:relative;width:100%}.antv-chart-mini .chart-wrapper[data-v-0334746e]{position:absolute;bottom:-28px;width:100%}.antv-chart-mini[data-v-d7bf08d4]{position:relative;width:100%}.antv-chart-mini .chart-wrapper[data-v-d7bf08d4]{position:absolute;bottom:-28px;width:100%}.antv-chart-mini[data-v-6d58f736]{position:relative;width:100%}.antv-chart-mini .chart-wrapper[data-v-6d58f736]{position:absolute;bottom:-28px;width:100%}.chart-mini-progress[data-v-bc81620e]{padding:5px 0;position:relative;width:100%}.chart-mini-progress .target[data-v-bc81620e]{position:absolute;top:0;bottom:0}.chart-mini-progress .target span[data-v-bc81620e]{border-radius:100px;position:absolute;top:0;left:0;height:4px;width:2px}.chart-mini-progress .target span[data-v-bc81620e]:last-child{top:auto;bottom:0}.chart-mini-progress .progress-wrapper[data-v-bc81620e]{background-color:#f5f5f5;position:relative}.chart-mini-progress .progress-wrapper .progress[data-v-bc81620e]{transition:all .4s cubic-bezier(.08,.82,.17,1) 0s;border-radius:1px 0 0 1px;background-color:#1890ff;width:0;height:100%}.rank[data-v-83c80048]{padding:0 32px 32px 72px}.rank .list[data-v-83c80048]{margin:25px 0 0;padding:0;list-style:none}.rank .list li[data-v-83c80048]{margin-top:16px}.rank .list li span[data-v-83c80048]{color:rgba(0,0,0,.65);font-size:14px;line-height:22px}.rank .list li span[data-v-83c80048]:first-child{background-color:#f5f5f5;border-radius:20px;display:inline-block;font-size:12px;font-weight:600;margin-right:24px;height:20px;line-height:20px;width:20px;text-align:center}.rank .list li span.active[data-v-83c80048]{background-color:#314659;color:#fff}.rank .list li span[data-v-83c80048]:last-child{float:right}.mobile .rank[data-v-83c80048]{padding:0 32px 32px 32px}.extra-wrapper[data-v-328eb016]{line-height:55px;padding-right:24px}.extra-wrapper .extra-item[data-v-328eb016]{display:inline-block;margin-right:24px}.extra-wrapper .extra-item a[data-v-328eb016]{margin-left:24px}.item-group[data-v-328eb016]{padding:20px 0 8px 24px;font-size:0}.item-group a[data-v-328eb016]{color:rgba(0,0,0,.65);display:inline-block;font-size:14px;margin-bottom:13px;width:25%}.item-group .more-btn[data-v-328eb016]{margin-bottom:13px;text-align:center}.list-content-item[data-v-328eb016]{color:rgba(0,0,0,.45);display:inline-block;vertical-align:middle;font-size:14px;margin-left:40px}@media only screen and (min-width:1600px){.list-content-item[data-v-328eb016]{margin-left:60px}}@media only screen and (max-width:1300px){.list-content-item[data-v-328eb016]{margin-left:20px}.width-hidden4[data-v-328eb016]{display:none}}.list-content-item span[data-v-328eb016]{line-height:20px}.list-content-item p[data-v-328eb016]{margin-top:4px;margin-bottom:0;line-height:22px}.anty-list-cust .ant-list-item-meta[data-v-328eb016]{-ms-flex:0.3!important;flex:0.3!important}.anty-list-cust .ant-list-item-content[data-v-328eb016]{-ms-flex:1!important;flex:1!important;-ms-flex-pack:start!important;justify-content:flex-start!important;margin-left:20px}

@ -0,0 +1 @@
.ant-card-body .table-operator[data-v-0861dd53]{margin-bottom:18px}.ant-table-tbody .ant-table-row td[data-v-0861dd53]{padding-top:15px;padding-bottom:15px}.anty-row-operator button[data-v-0861dd53]{margin:0 5px}.ant-btn-danger[data-v-0861dd53]{background-color:#fff}.ant-modal-cust-warp[data-v-0861dd53]{height:100%}.ant-modal-cust-warp .ant-modal-body[data-v-0861dd53]{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content[data-v-0861dd53]{height:90%!important;overflow-y:hidden}.drawer-bootom-button[data-v-4f6f2062]{position:absolute;bottom:0;width:100%;border-top:1px solid #e8e8e8;padding:10px 16px;text-align:right;left:0;background:#fff;border-radius:0 0 2px 2px}.ant-btn[data-v-f9690fd0]{margin-left:8px}

@ -0,0 +1 @@
.editable-cell{position:relative}.editable-cell-input-wrapper,.editable-cell-text-wrapper{padding-right:24px;position:relative}.editable-cell-text-wrapper{padding:5px 24px 5px 5px}.editable-cell-icon,.editable-cell-icon-check{position:absolute;right:0;top:8px;width:20px;cursor:pointer}.editable-cell-icon{line-height:18px;display:none}.editable-cell-icon.anticon{display:none}.editable-cell-icon-check{top:0;line-height:28px!important}.editable-cell:hover .editable-cell-icon{display:inline-block}.editable-cell-icon-check:hover,.editable-cell-icon:hover{color:#108ee9}.editable-add-btn{margin-bottom:8px}

@ -0,0 +1 @@
.antd-pro-components-article-list-content-index-listContent .description[data-v-05aad5fc]{max-width:1024px;line-height:22px}.antd-pro-components-article-list-content-index-listContent .extra[data-v-05aad5fc]{margin-top:16px;line-height:22px}.antd-pro-components-article-list-content-index-listContent .extra[data-v-05aad5fc] .ant-avatar{position:relative;top:1px;width:20px;height:20px;margin-right:8px;vertical-align:top}.antd-pro-components-article-list-content-index-listContent .extra>em[data-v-05aad5fc]{margin-left:16px;font-style:normal}

@ -0,0 +1 @@
.ant-steps-item-description{max-width:220px;white-space:normal}.abcdefg .ant-card-body[data-v-5fbd6730]{margin-left:0;margin-right:0;margin-bottom:1%;border:0 solid #000;min-width:800px}.explain[data-v-5fbd6730]{text-align:left;margin-left:50px}.explain .ant-input[data-v-5fbd6730],.sign .ant-input[data-v-5fbd6730]{font-weight:bolder;text-align:center;border-left-width:0!important;border-top-width:0!important;border-right-width:0!important}.explain div[data-v-5fbd6730]{margin-bottom:10px}.ant-upload-select-picture-card i[data-v-5fbd6730]{font-size:32px;color:#999}.ant-upload-select-picture-card .ant-upload-text[data-v-5fbd6730]{margin-top:8px;color:#666}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description[data-v-5fbd6730]{max-width:220px;white-space:normal}.fileshow[data-v-5fbd6730]{display:block}.filenone[data-v-5fbd6730]{display:none}figure[data-v-5fbd6730]{float:left;margin-right:10px}.pswp__caption__center[data-v-5fbd6730]{text-align:center;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}

@ -0,0 +1 @@
.ant-card-body .table-operator{margin-bottom:18px}.table-operator .ant-btn{margin-right:6px}.ant-table-tbody .ant-table-row td{padding-top:15px;padding-bottom:15px}.ant-modal-cust-warp{height:100%}.ant-modal-cust-warp .ant-modal-body{height:calc(100% - 110px)!important;overflow-y:auto}.ant-modal-cust-warp .ant-modal-content{height:90%!important;overflow-y:hidden}.anty-img-wrap{height:25px;position:relative}.anty-img-wrap>img{max-height:100%}.query-group-cust{width:calc(50% - 10px)}.query-group-split-cust:before{content:"~";width:20px;display:inline-block;text-align:center}

@ -0,0 +1 @@
.abcdefg .ant-card-body[data-v-cadcd50c]{margin-left:0;margin-right:0;margin-bottom:1%;border:0 solid #000;min-width:800px}.explain[data-v-cadcd50c]{text-align:left;margin-left:50px}.explain .ant-input[data-v-cadcd50c],.sign .ant-input[data-v-cadcd50c]{font-weight:bolder;text-align:center;border-left-width:0!important;border-top-width:0!important;border-right-width:0!important}.explain div[data-v-cadcd50c]{margin-bottom:10px}.ant-upload-select-picture-card i[data-v-cadcd50c]{font-size:32px;color:#999}.ant-upload-select-picture-card .ant-upload-text[data-v-cadcd50c]{margin-top:8px;color:#666}.ant-tag-geekblue[data-v-cadcd50c],.ant-tag[data-v-cadcd50c]{margin-bottom:5px}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save