Merge branch 'master' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage

This commit is contained in:
岳佳鑫
2022-10-19 10:46:55 +08:00
4 changed files with 2232 additions and 2001 deletions

View File

@@ -27,7 +27,7 @@
@ok="closeModal"
:footer="null"
:closable="false"
wrapClassName="modalStyle"
wrapClassName="modalStyle faceModal"
width="80%"
>
<div class="modalHeader">
@@ -260,7 +260,7 @@ export default {
.certificateCenter {
width: 100%;
}
.modalStyle {
.faceModal {
.ant-modal {
.modalHeader {
display: flex;

File diff suppressed because it is too large Load Diff

View File

@@ -402,7 +402,7 @@ const drawercolumns = [
},
];
export default {
name: "LevelAddDetail",
name: "TaskAdd",
components: {
AddOnline,
EditOnline,

View File

@@ -808,7 +808,11 @@
</a-tab-pane>
<a-tab-pane key="4" tab="公告">Content of Tab Pane 3</a-tab-pane>
<a-tab-pane key="5" tab="项目积分">Content of Tab Pane 3</a-tab-pane>
<a-tab-pane key="6" tab="排行榜">Content of Tab Pane 3</a-tab-pane>
<a-tab-pane key="6" tab="排行榜">
<div class="rankingList">
<div class="rankingListHeader"></div>
</div>
</a-tab-pane>
<a-tab-pane key="7" tab="设置">Content of Tab Pane 3</a-tab-pane>
</a-tabs>
</div>