Commit 256173f4 by li_hongchao

Merge remote-tracking branch 'origin/dev_zwpt' into dev_zwpt

parents 05afff72 9e49f420
<!--
* @Author: your name
* @Date: 2021-12-24 09:50:39
* @LastEditTime: 2022-01-05 10:55:33
* @LastEditTime: 2022-01-11 16:07:31
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \founder_vue\src\views\SystemManage\QueryPermission.vue
......@@ -14,15 +14,18 @@
<div class="mapLegend">
<div>
<div class="legendBlk less"></div>
<label></label><label>(0~30%)</label>
<div></div>
<div class="persent">(0~30%)</div>
</div>
<div>
<div class="legendBlk middle"></div>
<label></label><label>(30~70%)</label>
<div></div>
<div class="persent">(30~70%)</div>
</div>
<div>
<div class="legendBlk many"></div>
<label></label><label>(70~100%)</label>
<div></div>
<div class="persent">(70~100%)</div>
</div>
</div>
</div>
......@@ -32,11 +35,7 @@
<div class="txt">系统可发送查询总数:</div>
<el-input v-model="numTotal" @input="totalNumChanged"></el-input>
<label>条/天</label>
<el-checkbox
class="ckbAuto"
text-color="#2E3846"
fill="#055FE7"
v-model="isAutoDistribute"
<el-checkbox class="ckbAuto" fill="#055FE7" v-model="isAutoDistribute"
>省厅总数自动分配</el-checkbox
>
<button @click="autoDistribute">一键分配</button>
......@@ -704,6 +703,13 @@ export default {
};
</script>
<style lang="scss" scoped>
/deep/ .el-checkbox__input.is-checked + .el-checkbox__label {
color: #2e3846;
}
/deep/ .el-checkbox__input.is-checked .el-checkbox__inner {
background-color: #005ef7;
border-color: #005ef7;
}
.maps {
& .map {
width: 55rem;
......@@ -724,22 +730,29 @@ export default {
}
& .mapLegend {
position: absolute;
left: 2rem;
bottom: 2rem;
left: 65px;
bottom: 64px;
& > div {
line-height: 22px;
}
& label {
font-size: 14px;
font-family: HarmonyOS_Sans_SC;
color: #333333;
line-height: 22px;
display: flex;
margin-bottom: 2px;
& div {
display: inline-block;
font-size: 14px;
font-family: HarmonyOS_Sans_SC;
color: #333333;
height: 24px;
line-height: 24px;
&.persent {
color: #d1d1d1;
}
}
}
& .legendBlk {
width: 14px;
height: 1rem;
height: 24px;
display: inline-block;
margin-right: 1rem;
margin-right: 16px;
&.less {
background: #bfe8fd;
}
......@@ -770,8 +783,9 @@ export default {
width: 4.5rem;
padding: 3px;
height: 32px;
box-shadow: 0px 1px 3px 0px rgba(5, 95, 231, 0.5);
box-shadow: 0px 1px 3px 0px rgba(5, 95, 231, 0.5) inset;
border-radius: 4px;
border-color: #fff;
font-size: 20px;
font-family: HarmonyOS_Sans_SC-Bold, HarmonyOS_Sans_SC;
font-weight: bold;
......@@ -783,11 +797,12 @@ export default {
display: flex;
height: 50px;
align-items: center;
padding-bottom: 20px;
& .el-input {
width: 80px;
}
& .el-checkbox {
margin-left: 110px;
margin-left: 97px;
}
& .el-checkbox__label /deep/ {
font-size: 14px;
......@@ -795,6 +810,7 @@ export default {
color: #2e3846;
line-height: 19px;
}
& .txt {
font-size: 16px;
font-family: HarmonyOS_Sans_SC-Bold, HarmonyOS_Sans_SC;
......@@ -814,7 +830,7 @@ export default {
color: #ffffff;
line-height: 22px;
position: absolute;
right: 20px;
right: 24px;
}
}
.stTongji {
......
<!--
* @Author: your name
* @Date: 2021-12-27 15:29:03
* @LastEditTime: 2021-12-28 15:11:24
* @LastEditTime: 2022-01-11 16:02:07
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \founder_vue\src\views\SystemManage\numberInput.vue
......@@ -64,8 +64,8 @@ export default {
}
.preText {
display: inline-block;
// left: 1rem;
margin-left: 10px;
width: 2.5rem;
text-align: right;
position: absolute;
z-index: 1;
font-size: 18px;
......@@ -75,9 +75,14 @@ export default {
}
/deep/ .el-input__inner {
padding-left: 1.5rem;
background-color: transparent;
}
/deep/.el-input-number__increase,
/deep/.el-input-number__decrease {
width: 1rem;
&:hover {
background-color: #055fe7;
color: #fff;
}
}
</style>
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