mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 13:56:45 +08:00
feat:1项目中 排行榜和设置下分割2 调研管理-基础信息-最低分最高分输入框圆角
This commit is contained in:
@@ -805,6 +805,7 @@
|
||||
<ProjectScore></ProjectScore>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane key="6" tab="排行榜">
|
||||
<div class="split"></div>
|
||||
<div class="content6">
|
||||
<div class="title">排行榜</div>
|
||||
<div class="line"></div>
|
||||
@@ -930,6 +931,7 @@
|
||||
</div>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane key="7" tab="设置">
|
||||
<div class="split"></div>
|
||||
<div class="content7">
|
||||
<div class="set_tit">
|
||||
<span>基本信息</span>
|
||||
@@ -4371,6 +4373,7 @@ export default {
|
||||
}
|
||||
}
|
||||
.content6 {
|
||||
margin-top: 20px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
// background-color: #bfa;
|
||||
@@ -4531,6 +4534,7 @@ export default {
|
||||
}
|
||||
}
|
||||
.content7 {
|
||||
margin-top: 20px;
|
||||
.set_tit {
|
||||
margin-left: 34px;
|
||||
font-size: 18px;
|
||||
|
||||
Reference in New Issue
Block a user