Commit a1b2c23b by 张超军

样式调整

parent 57725817
......@@ -1148,7 +1148,7 @@ div {
width: 1px;
height: 40px;
background: #d8d8d8;
margin: 0 46px;
margin: 0 30px;
}
.grayActive,
.vintageActive,
......@@ -1172,6 +1172,7 @@ div {
.multiply,
.blend,
.brightness {
z-index: 9999999;
box-sizing: border-box;
position: absolute;
top: -84px;
......@@ -1204,6 +1205,11 @@ div {
}
}
}
.brightness {
width: 240px;
height: 135px;
top: -140px;
}
.color-filter {
right: 315px;
}
......
<!--
* @Author: your name
* @Date: 2021-09-09 09:28:46
* @LastEditTime: 2021-10-27 14:47:11
* @LastEditTime: 2021-10-30 13:41:22
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\src\views\cxyrd\LTz.vue
......@@ -401,7 +401,7 @@
<div class="btn" :class="{blendActive: isBlendActive}" @click="changeBlend">差异化</div>
<div class="btn" :class="{multiplyActive: isMultiplyActive}" @click="changeMultiply">正片叠底</div>
<div class="btn" :class="{removeWhiteActive: isRemoveWhiteActive}" @click="changeRemoveWhite">去白</div>
<div class="btn" :class="{brightnessActive: isBrightnessActive}" @click="changeBrightness">亮度</div>
<div class="btn" :class="{brightnessActive: isBrightnessActive}" @click="changeBrightness">亮度/对比度</div>
<!-- 去白弹框 -->
<div class="remove-white" v-show="optionsRemoveWhite">
<div class="title">去白</div>
......@@ -430,13 +430,18 @@
<div id="tui-blend-color-picker"></div>
</div>
</div>
<!-- 亮度弹框 -->
<!-- 亮度/对比度弹框 -->
<div class="brightness" v-show="optionsBrightness">
<div class="title">亮度</div>
<div class="content">
<input class="range-narrow" id="input-range-brightness-value" type="range" min="-255" :value="inputBrightnessRange" max="255" />
<input class="qb_v" type="text" v-model="inputBrightnessRange">
</div>
<div class="title">对比度</div>
<div class="content">
<input class="range-narrow" id="input-range-contrast-value" type="range" min="0" :value="inputContrastRange" max="255" />
<input class="qb_v" type="text" v-model="inputContrastRange">
</div>
</div>
</div>
</div>
......@@ -641,7 +646,9 @@ export default {
isEnlargeSynchro: false,
// 是否展示放大同步下拉框
isShowEnlargeSynchro: false,
curveArr: []
curveArr: [],
// 对比度
inputContrastRange: 0
};
},
components: {
......@@ -680,7 +687,7 @@ export default {
var $inputRangeBrightnessValue = $('#input-range-brightness-value');
var $inputCheckBlend = $('#input-check-blend');
var $inputRangeColorFilterValue = $('#input-range-color-filter-value');
var $inputRangeContrastValue = $('#input-range-contrast-value')
var $imageFilterSubMenu = $('#image-filter-sub-menu');
// Select line type
......@@ -1735,6 +1742,22 @@ export default {
}
});
// 对比度
$inputRangeContrastValue.on('change', function () {
if (self.type == 'source') {
self.inputContrastRange = this.value
applyOrRemoveFilter(true, 'contrast', {
contrast: this.value / 255,
});
} else {
self.inputContrastRange = this.value
applyOrRemoveFilter2(true, 'contrast', {
contrast: this.value / 255,
});
}
})
// Etc..
......@@ -4899,6 +4922,14 @@ export default {
}
}
},
// 对比度
inputContrastRange (newValue, oldValue) {
this.imageEditor.applyFilter('Contrast', {
contrast: parseInt(newValue, 10) / 255,
}).then(function (result) {
console.log(result);
});
},
isHideMarkPoint (newValue, oldValue) {
let self = this
if (self.type == 'source') {
......
......@@ -107,7 +107,7 @@
ref="multipleTable"
:data="tableDate"
tooltip-effect="dark"
style="width: 100%"
style="width: 100%;"
@selection-change="handleSelectionChange"
>
<el-table-column
......@@ -125,7 +125,7 @@
<el-table-column
prop="name"
label="姓名"
width="150"
width="100"
>
</el-table-column>
<el-table-column
......@@ -894,7 +894,7 @@ export default {
border: none;
}
width: 296px;
height: 40px;
height: 42px;
background: #ffffff;
border-radius: 4px;
border: 1px solid #e6e6e8;
......@@ -930,6 +930,7 @@ export default {
}
/deep/.el-radio {
color: #666;
margin-right: 32px;
}
/deep/.el-radio__input.is-checked + .el-radio__label {
color: #333333;
......@@ -960,6 +961,7 @@ export default {
}
/deep/.el-checkbox {
color: #666;
margin-right: 32px;
}
.options {
height: 72px;
......
......@@ -2,7 +2,7 @@
<el-dialog
title="导出FPTX"
:visible.sync="dialogVisible"
width="875px"
width="54.6875rem"
append-to-body
:before-close="handleClose"
>
......@@ -245,7 +245,7 @@
</div>
<el-form
label-width="100px"
label-width="6.25rem"
class="demo-ruleForm"
>
<el-form-item label="数据类型:">
......@@ -306,6 +306,7 @@
type="primary"
>取 消</el-button> -->
<el-button
class="confirmBtn"
@click="focus"
type="primary"
>导出</el-button>
......@@ -650,6 +651,9 @@ export default {
/deep/.el-dialog__title {
font-size: 16px;
}
/deep/ .el-radio {
margin-right: 24px;
}
/deep/.el-radio__input.is-checked + .el-radio__label {
color: #333333;
}
......@@ -862,4 +866,8 @@ export default {
// padding-left: 5px;
// }
}
.confirmBtn {
width: 72px;
height: 40px;
}
</style>
\ No newline at end of file
......@@ -2,7 +2,7 @@
<el-dialog
:title="title"
:visible.sync="dialogVisible"
width="892px"
width="55.75rem"
append-to-body
:before-close="handleClose"
>
......@@ -62,7 +62,7 @@
:model="ruleForm"
:rules="rules"
ref="ruleForm"
label-width="100px"
label-width="6.25rem"
class="demo-ruleForm"
>
<el-form-item
......@@ -144,7 +144,7 @@
align="left"
:model="ruleForm"
ref="ruleForm"
label-width="100px"
label-width="6.25rem"
class="demo-ruleForm"
>
<el-form-item
......@@ -261,7 +261,7 @@
:model="ruleForm"
:rules="rules"
ref="ruleForm"
label-width="100px"
label-width="6.25rem"
class="demo-ruleForm"
>
<el-form-item
......@@ -327,7 +327,7 @@
<el-form
:label-position='labelPosition'
align="left"
label-width="100px"
label-width="6.25rem"
class="demo-ruleForm"
>
<el-form-item
......@@ -405,8 +405,9 @@
slot="footer"
class="dialog-footer"
>
<el-button @click="search">确 定</el-button>
<el-button class="confirmBtn" @click="search">确 定</el-button>
<el-button
class="cancelBtn"
@click="handleClose"
type="primary"
>取 消</el-button>
......@@ -966,6 +967,12 @@ export default {
/deep/.el-dialog__title {
font-size: 16px;
}
/deep/ .el-radio {
margin-right: 24px;
}
/deep/ .el-checkbox {
margin-right: 24px;
}
/deep/.el-radio__input.is-checked .el-radio__inner {
border-color: #055fe7;
background: #055fe7;
......@@ -1350,4 +1357,8 @@ export default {
margin-left: 100px;
}
}
.confirmBtn, .cancelBtn {
width: 72px;
height: 40px;
}
</style>
\ No newline at end of file
......@@ -2,13 +2,13 @@
<el-dialog
:title="title"
:visible.sync="dialogVisible"
width="418px"
width="26.125rem"
append-to-body
:before-close="handleClose"
>
<el-form
:label-position="labelPosition"
label-width="120px"
label-width="7.5rem"
:model="ruleForm"
:rules="rules"
ref="ruleForm"
......@@ -43,8 +43,9 @@
slot="footer"
class="dialog-footer"
>
<el-button @click="updata('ruleForm')">确 定</el-button>
<el-button class="confirmBtn" @click="updata('ruleForm')">确 定</el-button>
<el-button
class="cancelBtn"
@click="resetForm('ruleForm')"
type="primary"
>取 消</el-button>
......@@ -201,4 +202,8 @@ export default {
line-height: 20px;
margin-bottom: 10px;
}
.confirmBtn, .cancelBtn {
width: 72px;
height: 40px;
}
</style>
\ No newline at end of file
......@@ -2,13 +2,13 @@
<el-dialog
:title="title"
:visible.sync="dialogVisible"
width="418px"
width="26.125rem"
append-to-body
:before-close="handleClose"
>
<el-form
:label-position="labelPosition"
label-width="120px"
label-width="7.5rem"
:model="reqParam"
:rules="rules"
ref="reqParam"
......@@ -43,8 +43,9 @@
slot="footer"
class="dialog-footer"
>
<el-button @click="updata('reqParam')">确 定</el-button>
<el-button class="confirmBtn" @click="updata('reqParam')">确 定</el-button>
<el-button
class="cancelBtn"
@click="resetForm('reqParam')"
type="primary"
>取 消</el-button>
......@@ -204,4 +205,8 @@ export default {
/deep/.el-button + .el-button {
margin-left: 24px;
}
.confirmBtn, .cancelBtn {
width: 72px;
height: 40px;
}
</style>
\ No newline at end of file
......@@ -98,8 +98,9 @@
slot="footer"
class="dialog-footer"
>
<el-button @click="focus">确 定</el-button>
<el-button class="confirmBtn" @click="focus">确 定</el-button>
<el-button
class="cancelBtn"
@click="dialogVisible = false"
type="primary"
>取 消</el-button>
......@@ -283,4 +284,8 @@ export default {
font-family: MicrosoftYaHei;
color: #333333;
}
.confirmBtn, .cancelBtn {
width: 72px;
height: 40px;
}
</style>
\ No newline at end of file
......@@ -2,7 +2,7 @@
<el-dialog
:title="title"
:visible.sync="dialogVisible"
width="418px"
width="26.125rem"
append-to-body
:before-close="handleClose"
>
......@@ -10,7 +10,7 @@
:model="ruleForm"
:rules="rules"
:label-position="labelPosition"
label-width="80px"
label-width="6rem"
ref="ruleForm"
>
<el-form-item
......@@ -92,8 +92,9 @@
slot="footer"
class="dialog-footer"
>
<el-button @click="addList('ruleForm')">确 定</el-button>
<el-button class="confirmBtn" @click="addList('ruleForm')">确 定</el-button>
<el-button
class="cancelBtn"
@click="resetForm('ruleForm')"
type="primary"
>取 消</el-button>
......@@ -300,10 +301,17 @@ export default {
/deep/.el-radio__input.is-checked + .el-radio__label {
color: #333333;
}
/deep/ .el-radio {
margin-right: 40px;
}
.el-select-dropdown__item.selected {
/* color: #409EFF; */
/* font-weight: 700; */
color: #333;
font-weight: normal;
}
.confirmBtn, .cancelBtn {
width: 72px;
height: 40px;
}
</style>
\ No newline at end of file
......@@ -83,12 +83,12 @@
</div>
<!--四 -->
<el-tag
style="width:100%;color:#666666;margin-bottom:16px"
style="width:100%;color:#666666;margin-bottom:1rem"
v-show="isShowTip"
>
<i
class="el-icon-info"
style="color:#055FE7;font-size:15px"
style="color:#055FE7;font-size:.9375rem"
></i>
已选择<span style="color:#055FE7">{{multipleSelection.length}}</span>项​
<span v-html="'&nbsp;&nbsp;'"></span>
......@@ -96,7 +96,7 @@
<el-link
type="primary"
:underline="false"
style="margin-left:20px;"
style="margin-left:1.25rem;"
@click="toggleSelection()"
>清除</el-link>
</el-tag>
......@@ -106,7 +106,7 @@
ref="multipleTable"
:data="tableDate"
tooltip-effect="dark"
style="width: 100%"
style="width: 100%;"
@selection-change="handleSelectionChange"
>
<el-table-column
......@@ -839,7 +839,7 @@ const datas1 = [
border: none;
}
width: 296px;
// height: 40px;
height: 42px;
background: #ffffff;
border-radius: 4px;
border: 1px solid #e6e6e8;
......@@ -875,6 +875,7 @@ const datas1 = [
}
/deep/.el-radio {
color: #666;
margin-right: 32px;
}
/deep/.el-radio__input.is-checked + .el-radio__label {
color: #333333;
......@@ -905,6 +906,7 @@ const datas1 = [
}
/deep/.el-checkbox {
color: #666;
margin-right: 32px;
}
.options {
height: 72px;
......@@ -1061,4 +1063,12 @@ const datas1 = [
font-family: MicrosoftYaHei;
color: #333333;
}
// /deep/.el-table__fixed-right {
// width: 234px !important;
// height: 387px !important;
// .el-table__fixed-body-wrapper {
// top: 51px !important;
// }
// }
</style>
......@@ -64,17 +64,17 @@
<div class="btn1">删除</div>
<div class="add" @click="open">
<svg-icon
style="width: 13px;height: 13px;margin-bottom: -1px;margin-right: 4px "
style="width: .8125rem;height: .8125rem;margin-bottom: -0.0625rem;margin-right: .25rem"
icon-class="ic_add"
/>新增用户组
</div>
</div>
</div>
<el-tag
style="width:100%;color:#666666;margin-bottom:16px"
style="width:100%;color:#666666;margin-bottom:1rem"
v-show="isShowTip"
>
<i class="el-icon-info" style="color:#055FE7;font-size:15px"></i>
<i class="el-icon-info" style="color:#055FE7;font-size:.9375rem"></i>
已选择
<span style="color:#055FE7">{{ multipleSelection.length }}</span> 项​
<span v-html="'&nbsp;&nbsp;'"></span>
......@@ -82,7 +82,7 @@
<el-link
type="primary"
:underline="false"
style="margin-left:20px;"
style="margin-left: 1.25rem"
@click="toggleSelection()"
>清除</el-link
>
......
......@@ -5,7 +5,7 @@
<div class="btns">
<div class="add" @click="add">
<svg-icon
style="width: 13px;height: 13px;margin-bottom: -1px;margin-right: 4px "
style="width: .8125rem;height: .8125rem;margin-bottom: -0.0625rem;margin-right: .25rem "
icon-class="ic_add"
/>
新增角色
......@@ -13,13 +13,13 @@
<div class="img-btn" @click="copy">
<img
src="../../assets/img/role/copy.png"
style="height: 15px;width: 15px;margin-left:1px ;margin-top: 4px"
style="height: .9375rem;width: .9375rem;margin-left:.0625rem ;margin-top: .25rem"
/>
</div>
<div class="img-btn" @click="del">
<img
src="../../assets/img/role/delete.png"
style="height: 15px;width: 15px;margin-left:1px ;margin-top: 4px"
style="height: .9375rem;width: .9375rem;margin-left:.0625rem ;margin-top: .25rem"
/>
</div>
</div>
......@@ -27,6 +27,7 @@
<div
class="default-role-item"
v-for="(item, index) in defaultRoleBtns"
:key="index"
:class="{ active: item.flag }"
>
{{ item.name }}
......
......@@ -92,17 +92,17 @@
<div class="btn1">删除</div>
<div class="add" @click="open">
<svg-icon
style="width: 13px;height: 13px;margin-bottom: -1px;margin-right: 4px "
style="width: .8125rem;height: .8125rem;margin-bottom: -.0625rem;margin-right: .25rem"
icon-class="ic_add"
/>新增用户
</div>
</div>
</div>
<el-tag
style="width:100%;color:#666666;margin-bottom:16px"
style="width:100%;color:#666666;margin-bottom:1rem"
v-show="isShowTip"
>
<i class="el-icon-info" style="color:#055FE7;font-size:15px"></i>
<i class="el-icon-info" style="color:#055FE7;font-size:.9375rem"></i>
已选择
<span style="color:#055FE7">{{ multipleSelection.length }}</span> 项​
<span v-html="'&nbsp;&nbsp;'"></span>
......@@ -110,7 +110,7 @@
<el-link
type="primary"
:underline="false"
style="margin-left:20px;"
style="margin-left:1.25rem;"
@click="toggleSelection()"
>清除</el-link
>
......
......@@ -80,6 +80,7 @@
flex-direction: row;
justify-content: space-between;
margin-top: 20px;
margin-bottom: 16px;
padding-top: 16px;
border-top: 1px #eeeeee solid;
.btn1 {
......
......@@ -7,20 +7,21 @@
div {
display: inline-block;
}
.sider{
.sider {
//border: #03A9F4 1px solid;
//width: 240px;
height: 780px;
// height: 780px;
height: 100%;
//margin-right: 10px;
text-align: center;
.btns{
.btns {
width: 200px;
height: 45px;
display: flex;
flex-direction: row;
padding-top: 10px;
border-bottom: 1px solid #EEEEEE;
.add{
border-bottom: 1px solid #eeeeee;
.add {
width: 110px;
height: 32px;
line-height: 32px;
......@@ -38,61 +39,62 @@
color: #055fe7;
}
}
.img-btn{
.img-btn {
width: 32px;
height: 32px;
background: #FFFFFF;
background: #ffffff;
border-radius: 4px;
border: 1px solid #AEB5C2;
border: 1px solid #aeb5c2;
margin-left: 5px;
cursor: pointer;
}
}
.default-role{
.default-role {
width: 215px;
height: 366px;
display: flex;
flex-direction: column;
border-bottom: 1px solid #EEEEEE;
.default-role-item{
border-bottom: 1px solid #eeeeee;
.default-role-item {
width: 190px;
height: 40px;
line-height: 40px;
color: #666666;
font-size: 14px;
background: #F6F8FA;
box-shadow: 4px 4px 4px 0px rgba(193, 216, 251, 0.8), -4px -4px 4px 0px #FFFFFF;
background: #f6f8fa;
box-shadow: 4px 4px 4px 0px rgba(193, 216, 251, 0.8),
-4px -4px 4px 0px #ffffff;
border-radius: 4px;
margin-top: 10px;
cursor: pointer;
&:hover{
background: #055FE7;
color: #FFFFFF;
&:hover {
background: #055fe7;
color: #ffffff;
}
&.active{
background: #055FE7;
color: #FFFFFF;
&.active {
background: #055fe7;
color: #ffffff;
}
}
}
}
.main{
.main {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
.header{
height:55px;
margin:0 auto;
.header {
height: 55px;
margin: 0 auto;
//margin-bottom: 3px;
.btns{
.btns {
width: 224px;
height: 48px;
background: #F6F8FA;
background: #f6f8fa;
border-radius: 8px;
text-align: center;
.btn{
.btn {
margin-top: 8px;
width: 104px;
height: 32px;
......@@ -105,63 +107,64 @@
// box-shadow: 0px 6px 8px 1px rgba(0, 21, 51, 0.05);
// border-radius: 6px;
//}
&.active{
background: #FFFFFF;
color: #055FE7;
&.active {
background: #ffffff;
color: #055fe7;
box-shadow: 0px 6px 8px 1px rgba(0, 21, 51, 0.05);
border-radius: 6px;
}
}
}
.save{
.btn{
.save {
.btn {
position: absolute;
right: 30px ;
right: 30px;
top: 85px;
width: 72px;
height: 32px;
background: #055FE7;
background: #055fe7;
border-radius: 4px;
line-height: 32px;
color: #FFFFFF;
color: #ffffff;
text-align: center;
}
}
}
.role-info{
.role-info {
width: 100%;
height: 725px;
background: #FFFFFF;
box-shadow: 1px 0px 3px 0px rgba(5, 95, 231, 0.3), -1px 1px 3px 0px rgba(5, 95, 231, 0.24);
height: 690px;
background: #ffffff;
box-shadow: 1px 0px 3px 0px rgba(5, 95, 231, 0.3),
-1px 1px 3px 0px rgba(5, 95, 231, 0.24);
border-radius: 10px;
display: flex;
flex-direction: row;
.menus{
width: 155px ;
.menus {
width: 155px;
height: 100%;
border-right: 1px solid #EEEEEE;
.div3{
border-right: 1px solid #eeeeee;
.div3 {
width: 100%;
height: 145px;
border-bottom: 1px solid #EEEEEE;
.el-checkbox{
margin:20px 20px 0 25px
height: 130px;
border-bottom: 1px solid #eeeeee;
.el-checkbox {
margin: 12px 20px 0 20px;
}
}
.div2{
.div2 {
width: 100%;
height: 90px;
border-bottom: 1px solid #EEEEEE;
.el-checkbox{
margin:25px 20px 0 25px
border-bottom: 1px solid #eeeeee;
.el-checkbox {
margin: 25px 20px 0 25px;
}
}
.div1{
.div1 {
width: 100%;
height: 70px;
border-bottom: 1px solid #EEEEEE;
.el-checkbox{
margin:25px 20px 0 25px
border-bottom: 1px solid #eeeeee;
.el-checkbox {
margin: 25px 20px 0 25px;
}
}
// 未选中字体颜色
......@@ -171,49 +174,49 @@
font-weight: 400;
}
/deep/ .el-checkbox__input .el-checkbox__inner:hover {
border-color:#055FE7;
}
border-color: #055fe7;
}
// 选中样式
/deep/.el-checkbox__input.is-checked+.el-checkbox__label{
/deep/.el-checkbox__input.is-checked + .el-checkbox__label {
font-size: 14px;
font-weight: 400;
color: #333333;
}
/deep/ .el-checkbox__input.is-checked .el-checkbox__inner {
background: #055FE7;
border-color:#055FE7;
background: #055fe7;
border-color: #055fe7;
}
}
.content{
width: 100% ;
.content {
width: 100%;
height: 725px;
.div3{
.div3 {
width: 100%;
height: 137px;
border-bottom: 1px solid #EEEEEE;
height: 130px;
border-bottom: 1px solid #eeeeee;
padding-left: 30px;
padding-top: 8px;
.line{
height: 50px;
.line {
height: 40px;
}
}
.div2{
.div2 {
width: 100%;
height: 90px;
border-bottom: 1px solid #EEEEEE;
.el-checkbox{
margin:10px 20px 0 25px
border-bottom: 1px solid #eeeeee;
.el-checkbox {
margin: 10px 20px 0 25px;
}
.line{
height: 50px;
.line {
height: 35px;
}
}
.div1{
.div1 {
width: 100%;
height: 70px;
border-bottom: 1px solid #EEEEEE;
.el-checkbox{
margin:25px 20px 0 25px
border-bottom: 1px solid #eeeeee;
.el-checkbox {
margin: 25px 20px 0 25px;
}
}
......@@ -227,21 +230,19 @@
margin-right: 50px;
}
/deep/ .el-checkbox__input .el-checkbox__inner:hover {
border-color:#055FE7;
border-color: #055fe7;
}
// 选中样式
/deep/.el-checkbox__input.is-checked+.el-checkbox__label{
/deep/.el-checkbox__input.is-checked + .el-checkbox__label {
font-size: 14px;
font-weight: 400;
color: #333333;
}
/deep/ .el-checkbox__input.is-checked .el-checkbox__inner {
background: #055FE7;
border-color:#055FE7;
background: #055fe7;
border-color: #055fe7;
}
}
}
}
}
\ No newline at end of file
}
......@@ -81,6 +81,7 @@
justify-content: space-between;
margin-top: 20px;
padding-top: 16px;
margin-bottom: 16px;
border-top: 1px #eeeeee solid;
.btn1 {
width: 96px;
......
......@@ -462,6 +462,8 @@ export default {
.ltDiv {
width: 100%;
height: 100%;
height: 100vh;
overflow: hidden;
}
div {
margin: 0;
......@@ -470,16 +472,13 @@ div {
border: none;
}
.lt {
overflow: hidden;
width: 100%;
background-color: #ffffff;
height: 100vh;
/*padding: 24px;*/
margin: 0;
padding: 0 24px 24px 24px;
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.header {
......@@ -558,7 +557,7 @@ div {
width: 1120px;
display: flex;
flex-direction: column;
margin-top: -44px;
margin-top: -65px;
}
.lt_main_middle .lt_main_header {
height: 70px;
......
......@@ -151,7 +151,7 @@
<el-link type="primary" :underline="false" style="margin-left:1.25rem;" @click="toggleSelection()">清除</el-link>
</el-tag>
<div class="confirm_main_table">
<el-table style="width: 100%" class="mineral-table" border @selection-change="handleSelectionChange" height="450" ref="confirmTable" tooltip-effect="dark" :data="list" :tree-props="{ children: 'children', hasChildren: 'hasChildren' }" row-key="queryId" @row-click="confirm" @expand-change="hadnlExpandChange">
<el-table style="width: 100%" height="500" class="mineral-table" border @selection-change="handleSelectionChange" ref="confirmTable" tooltip-effect="dark" :data="list" :tree-props="{ children: 'children', hasChildren: 'hasChildren' }" row-key="queryId" @row-click="confirm" @expand-change="hadnlExpandChange">
<el-table-column type="selection" height width="auto" v-if="isSelected"></el-table-column>
<el-table-column prop="" label="任务号/查询号" width="225">
<template slot-scope="scope">
......@@ -1428,6 +1428,9 @@ b {
padding: 0;
width: 100%;
height: 500px;
.mineral-table {
// height: 450px;
}
}
.footer {
width: 1544px;
......
......@@ -1325,7 +1325,7 @@ const candidates = [
/deep/.el-input {
box-sizing: border-box !important;
width: 296px;
height: 34px !important;
height: 0.34rem !important;
background: #ffffff;
border-radius: 4px;
border: 1px solid #e6e6e8;
......@@ -1347,4 +1347,10 @@ const candidates = [
/deep/.el-checkbox {
color: #666;
}
</style>
\ No newline at end of file
/deep/ .el-dropdown-menu {
width: 100px !important;
}
/deep/ #dropdown-menu-2149 {
width: 100px !important;
}
</style>
......@@ -631,4 +631,7 @@ $tableHeight: var(--tableHeight, 330px);
/deep/.el-checkbox {
color: #666;
}
/deep/ .el-dropdown-menu__item {
padding: 0 1.25rem !important;
}
</style>
\ No newline at end of file
......@@ -88,14 +88,14 @@ div {
.tt_face .tt_face_src {
/*border: 1px solid darkred;*/
/*border: 1px solid darkred;*/
height: 360px;
height: 340px;
width: 100%;
display: flex;
flex-direction: row;
}
/*目标数据外层*/
.tt_face .tt_face_dest {
height: 360px;
height: 340px;
width: 100%;
display: flex;
flex-direction: row;
......
......@@ -174,7 +174,7 @@ export default {
<style scoped>
.homepage_hero_module {
width: 100%;
width: 100vw;
height: 100vh;
overflow: hidden;
}
......
......@@ -9,7 +9,7 @@
>
<i slot="prefix" style="display: flex;align-items: center;">
<img
style="margin:21px 21px 21px 19px;width:16px;height:16px"
style="margin:1.3125rem 1.3125rem 1.3125rem 1.1875rem;width:1rem;height:1rem"
:src="usernameUrl"
alt
/>
......@@ -23,7 +23,7 @@
>
<i slot="prefix">
<img
style="margin:21px 21px 21px 19px;width:15px;height:15px"
style="margin:1.3125rem 1.3125rem 1.3125rem 1.1875rem;width:.9375rem;height:.9375rem"
:src="passwordUrl"
alt
/>
......
/*
* @Author: your name
* @Date: 2021-09-07 09:57:48
* @LastEditTime: 2021-10-29 09:51:35
* @LastEditTime: 2021-10-30 10:21:18
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\vue.config.js
......
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