Commit 3f0b4c33 by 米嘉伟

表格筛选区域样式

parent 704aaafe
......@@ -103,7 +103,7 @@
>筛选</el-button>
</div>
</div>
<el-divider></el-divider>
<!-- <el-divider></el-divider> -->
<!-- 三 -->
<div class="options">
<div class="left">
......@@ -852,8 +852,13 @@ export default {
padding: 0 24px;
font-family: HarmonyOS_Sans_SC;
.head {
margin-top: 10px;
height: 55px;
padding: 24px;
background: #f6f8fa;
box-shadow: inset 0px 0px 3px 0px rgba(5, 95, 231, 0.2);
border-radius: 10px;
box-sizing: border-box;
margin-top: 24px;
display: flex;
justify-content: space-between;
align-items: center;
......
......@@ -4,6 +4,38 @@
direction="vertical"
>
<!-- 一 -->
<div class="buttons">
<div class="left">
<el-radio-group
v-model="showType"
size="small"
>
<el-radio
label="1"
v-if="roleArr.includes('B-2-1')"
>人员
</el-radio>
<el-radio
label="3"
v-if="roleArr.includes('B-2-2')"
>案件
</el-radio>
<el-radio
label="2"
v-if="roleArr.includes('B-2-3')"
>比中关系
</el-radio>
</el-radio-group>
</div>
<div class="right">
<!-- <el-button
type="text"
@click="clear"
>清空</el-button> -->
</div>
</div>
<!-- 二 -->
<div
class="head"
v-if="showType == 1||showType ==3"
......@@ -212,39 +244,8 @@
>筛选</el-button>
</div>
</div>
<!-- 二 -->
<div class="buttons">
<div class="left">
<el-radio-group
v-model="showType"
size="small"
>
<el-radio
label="1"
v-if="roleArr.includes('B-2-1')"
>人员
</el-radio>
<el-radio
label="3"
v-if="roleArr.includes('B-2-2')"
>案件
</el-radio>
<el-radio
label="2"
v-if="roleArr.includes('B-2-3')"
>比中关系
</el-radio>
</el-radio-group>
</div>
<div class="right">
<!-- <el-button
type="text"
@click="clear"
>清空</el-button> -->
</div>
</div>
<el-divider style="background-color: #EEEEEE !important;"></el-divider>
<!-- <el-divider style="background-color: #EEEEEE !important;"></el-divider> -->
<!-- 三 -->
<div class="options">
<div class="left">
......@@ -1667,8 +1668,13 @@ export default {
padding: 0 24px;
font-family: HarmonyOS_Sans_SC;
.head {
margin-top: 10px;
height: 55px;
background: #f6f8fa;
box-shadow: inset 0px 0px 3px 0px rgba(5, 95, 231, 0.2);
border-radius: 10px;
padding: 24px;
box-sizing: border-box;
margin-top: 24px;
display: flex;
align-items: center;
justify-content: space-between;
......
......@@ -755,9 +755,15 @@ $tableHeight: var(--tableHeight, 550px);
}
}
.head {
background: #f6f8fa;
box-shadow: inset 0px 0px 3px 0px rgba(5, 95, 231, 0.2);
border-radius: 10px;
padding: 24px 0;
box-sizing: border-box;
display: flex;
justify-content: space-between;
margin-top: 24px;
margin: 24px;
.left {
/deep/.el-form-item {
margin-left: 24px;
......
......@@ -17,12 +17,12 @@
@click="yjhg"
v-if="roleArr.includes('D-1-9')"
>一键合格</el-button>
<!-- <el-button
<el-button
class='bhg'
v-if="personStatus!=null&&leftStatus!=null&&rightStatus!=null&&palmStatus!=null&&faceStatus!=null"
@click="tjjg"
>提交结果</el-button>
<el-button
<!-- <el-button
class='jh'
v-else
>提交结果</el-button> -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment