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

This commit is contained in:
dongwug
2022-10-28 16:22:35 +08:00
6 changed files with 161 additions and 11469 deletions

11452
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -78,17 +78,19 @@
@expand="expandTable" @expand="expandTable"
:pagination="false" :pagination="false"
/> />
<div class="pa"> <div class="tableBox">
<a-pagination <div class="pa">
showSizeChanger="true" <a-pagination
showQuickJumper="true" showSizeChanger="true"
hideOnSinglePage="true" showQuickJumper="true"
:pageSize="pageSize" hideOnSinglePage="true"
:current="currentPage" :pageSize="pageSize"
:total="tableDataTotal" :current="currentPage"
class="pagination" :total="tableDataTotal"
@change="onChange" class="pagination"
/> @change="onChange"
/>
</div>
</div> </div>
</div> </div>
</div> </div>
@@ -522,21 +524,23 @@ export default {
> td { > td {
background: #f6f9fd; background: #f6f9fd;
} }
.pa { .tableBox {
// left: 0; .pa {
margin-top: 15px; // left: 0;
width: 100%; margin-top: 15px;
// height: 20px; width: 100%;
// background-color: red; // height: 20px;
display: flex; // background-color: red;
justify-content: center; display: flex;
// position: absolute; justify-content: center;
// bottom: 20px; // position: absolute;
.ant-pagination-prev, // bottom: 20px;
.ant-pagination-next, .ant-pagination-prev,
.ant-pagination-item, .ant-pagination-next,
.ant-pagination-options { .ant-pagination-item,
margin-bottom: 10px; .ant-pagination-options {
margin-bottom: 10px;
}
} }
} }
} }

View File

@@ -74,17 +74,19 @@
@expand="expandTable" @expand="expandTable"
:pagination="false" :pagination="false"
/> />
<div class="pa"> <div class="tableBox">
<a-pagination <div class="pa">
showSizeChanger="true" <a-pagination
showQuickJumper="true" showSizeChanger="true"
hideOnSinglePage="true" showQuickJumper="true"
:pageSize="pageSize" hideOnSinglePage="true"
:current="currentPage" :pageSize="pageSize"
:total="tableDataTotal" :current="currentPage"
class="pagination" :total="tableDataTotal"
@change="onChange" class="pagination"
/> @change="onChange"
/>
</div>
</div> </div>
</div> </div>
</div> </div>
@@ -479,21 +481,23 @@ export default {
> td { > td {
background: #f6f9fd; background: #f6f9fd;
} }
.pa { .tableBox {
// left: 0; .pa {
margin-top: 15px; // left: 0;
width: 100%; margin-top: 15px;
// height: 20px; width: 100%;
// background-color: red; // height: 20px;
display: flex; // background-color: red;
justify-content: center; display: flex;
// position: absolute; justify-content: center;
// bottom: 20px; // position: absolute;
.ant-pagination-prev, // bottom: 20px;
.ant-pagination-next, .ant-pagination-prev,
.ant-pagination-item, .ant-pagination-next,
.ant-pagination-options { .ant-pagination-item,
margin-bottom: 10px; .ant-pagination-options {
margin-bottom: 10px;
}
} }
} }
} }

View File

@@ -73,17 +73,19 @@
@expand="expandTable" @expand="expandTable"
:pagination="false" :pagination="false"
/> />
<div class="pa"> <div class="tableBox">
<a-pagination <div class="pa">
showSizeChanger="true" <a-pagination
showQuickJumper="true" showSizeChanger="true"
hideOnSinglePage="true" showQuickJumper="true"
:pageSize="pageSize" hideOnSinglePage="true"
:current="currentPage" :pageSize="pageSize"
:total="tableDataTotal" :current="currentPage"
class="pagination" :total="tableDataTotal"
@change="onChange" class="pagination"
/> @change="onChange"
/>
</div>
</div> </div>
</div> </div>
</div> </div>
@@ -618,21 +620,23 @@ export default {
> td { > td {
background: #f6f9fd; background: #f6f9fd;
} }
.pa { .tableBox {
// left: 0; .pa {
margin-top: 15px; // left: 0;
width: 100%; margin-top: 15px;
// height: 20px; width: 100%;
// background-color: red; // height: 20px;
display: flex; // background-color: red;
justify-content: center; display: flex;
// position: absolute; justify-content: center;
// bottom: 20px; // position: absolute;
.ant-pagination-prev, // bottom: 20px;
.ant-pagination-next, .ant-pagination-prev,
.ant-pagination-item, .ant-pagination-next,
.ant-pagination-options { .ant-pagination-item,
margin-bottom: 10px; .ant-pagination-options {
margin-bottom: 10px;
}
} }
} }
} }

View File

@@ -805,6 +805,7 @@
<ProjectScore></ProjectScore> <ProjectScore></ProjectScore>
</a-tab-pane> </a-tab-pane>
<a-tab-pane key="6" tab="排行榜"> <a-tab-pane key="6" tab="排行榜">
<div class="split"></div>
<div class="content6"> <div class="content6">
<div class="title">排行榜</div> <div class="title">排行榜</div>
<div class="line"></div> <div class="line"></div>
@@ -930,6 +931,7 @@
</div> </div>
</a-tab-pane> </a-tab-pane>
<a-tab-pane key="7" tab="设置"> <a-tab-pane key="7" tab="设置">
<div class="split"></div>
<div class="content7"> <div class="content7">
<div class="set_tit"> <div class="set_tit">
<span>基本信息</span> <span>基本信息</span>
@@ -4371,6 +4373,7 @@ export default {
} }
} }
.content6 { .content6 {
margin-top: 20px;
width: 100%; width: 100%;
height: 100%; height: 100%;
// background-color: #bfa; // background-color: #bfa;
@@ -4531,6 +4534,7 @@ export default {
} }
} }
.content7 { .content7 {
margin-top: 20px;
.set_tit { .set_tit {
margin-left: 34px; margin-left: 34px;
font-size: 18px; font-size: 18px;

View File

@@ -467,6 +467,8 @@ export default {
color: #6f6f6f; color: #6f6f6f;
font-size: 14px; font-size: 14px;
margin-left: 7px; margin-left: 7px;
} }
.in { .in {
margin-left: 14px; margin-left: 14px;
@@ -488,6 +490,7 @@ export default {
// height: 120%; // height: 120%;
width: 100%; width: 100%;
height: 35px; height: 35px;
} }
.ant-select-selector { .ant-select-selector {
border-radius: 5px; border-radius: 5px;
@@ -500,6 +503,9 @@ export default {
width: 200px; width: 200px;
.ant-input-number { .ant-input-number {
width: 200px; width: 200px;
border-radius: 8px;
} }
// .ant-input-number-input-wrap { // .ant-input-number-input-wrap {
// width: 200px; // width: 200px;