mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
Merge branch 'master' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage
This commit is contained in:
@@ -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
@@ -402,7 +402,7 @@ const drawercolumns = [
|
||||
},
|
||||
];
|
||||
export default {
|
||||
name: "LevelAddDetail",
|
||||
name: "TaskAdd",
|
||||
components: {
|
||||
AddOnline,
|
||||
EditOnline,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user