Commit d2a27729 by 米嘉伟

Merge branch 'dev_zwpt' of http://47.92.108.28/changchao/founder_vue into dev_zwpt

parents b024f372 8683c96a
...@@ -183,7 +183,7 @@ div { ...@@ -183,7 +183,7 @@ div {
top: 35px; top: 35px;
left: 0; left: 0;
width: 240px; width: 240px;
height: 195px; height: 175px;
background: #ffffff; background: #ffffff;
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.06); box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.06);
border-radius: 4px; border-radius: 4px;
...@@ -482,12 +482,31 @@ div { ...@@ -482,12 +482,31 @@ div {
.tui-brush-color-picker { .tui-brush-color-picker {
z-index: 100; z-index: 100;
background: #ffffff; background: #ffffff;
padding: 5px; // padding: 5px;
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.06); box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.06);
border: 1px solid #e6e6e8; border: 1px solid #e6e6e8;
position: absolute; position: absolute;
right: 370px; right: 400px;
top: 97px; top: 97px;
/deep/.tui-colorpicker-container {
width: 137px;
height: 64px;
box-sizing: border-box;
padding-left: 16px;
padding-top: 9px;
}
/deep/.tui-colorpicker-palette-button.tui-colorpicker-selected {
&::before {
content: "888";
width: 10px;
height: 10px;
border-radius: 50%;
background-color: green;
position: absolute;
left: 0;
top: 0;
}
}
} }
.circle_mix { .circle_mix {
margin-right: 8px; margin-right: 8px;
...@@ -528,7 +547,7 @@ div { ...@@ -528,7 +547,7 @@ div {
top: 35px; top: 35px;
left: 0; left: 0;
width: 240px; width: 240px;
height: 224px; height: 200px;
background: #ffffff; background: #ffffff;
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.06); box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.06);
border-radius: 4px; border-radius: 4px;
...@@ -657,6 +676,13 @@ div { ...@@ -657,6 +676,13 @@ div {
position: absolute; position: absolute;
right: 472px; right: 472px;
top: 173px; top: 173px;
/deep/.tui-colorpicker-container {
width: 137px;
height: 64px;
box-sizing: border-box;
padding-left: 16px;
padding-top: 9px;
}
} }
.size_mix { .size_mix {
margin-right: 8px; margin-right: 8px;
...@@ -783,7 +809,7 @@ div { ...@@ -783,7 +809,7 @@ div {
top: 35px; top: 35px;
left: 0; left: 0;
width: 240px; width: 240px;
height: 200px; height: 190px;
background: #ffffff; background: #ffffff;
border-radius: 4px; border-radius: 4px;
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.06); box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.06);
...@@ -952,6 +978,7 @@ div { ...@@ -952,6 +978,7 @@ div {
} }
} }
.desc { .desc {
margin-top: 10px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
...@@ -962,6 +989,7 @@ div { ...@@ -962,6 +989,7 @@ div {
background: #ffffff; background: #ffffff;
border-radius: 2px; border-radius: 2px;
border: 1px solid #e6e9ec; border: 1px solid #e6e9ec;
text-align: center;
} }
} }
} }
...@@ -1243,7 +1271,7 @@ div { ...@@ -1243,7 +1271,7 @@ div {
.multiply, .multiply,
.blend, .blend,
.brightness { .brightness {
z-index: 9999999; z-index: 9;
box-sizing: border-box; box-sizing: border-box;
position: absolute; position: absolute;
top: -84px; top: -84px;
...@@ -1289,8 +1317,38 @@ div { ...@@ -1289,8 +1317,38 @@ div {
background: #ffffff; background: #ffffff;
border-radius: 2px; border-radius: 2px;
border: 1px solid #e6e9ec; border: 1px solid #e6e9ec;
text-align: center;
} }
} }
}
.blend {
width: 137px !important;
height: 64px;
padding: 0;
top: -60px;
right: 290px !important;
/deep/.tui-colorpicker-container {
width: 137px;
height: 64px;
box-sizing: border-box;
padding-left: 16px;
padding-top: 9px;
}
}
.multiply {
width: 137px !important;
height: 64px;
padding: 0;
top: -60px;
right: 200px !important;
/deep/.tui-colorpicker-container {
width: 137px;
height: 64px;
box-sizing: border-box;
padding-left: 16px;
padding-top: 9px;
}
} }
.brightness { .brightness {
width: 240px; width: 240px;
...@@ -1329,14 +1387,14 @@ div { ...@@ -1329,14 +1387,14 @@ div {
} }
.lt_main_middle .lt_middle_main { .lt_main_middle .lt_middle_main {
width: 100%; width: 100%;
height: 750px; height: 740px;
display: flex; display: flex;
.source { .source {
z-index: 0; z-index: 0;
position: relative; position: relative;
box-sizing: border-box; box-sizing: border-box;
// width: 560px; // width: 560px;
height: 750px; height: 740px;
margin-right: 16px; margin-right: 16px;
background: #ffffff; background: #ffffff;
border-radius: 8px; border-radius: 8px;
...@@ -1530,7 +1588,7 @@ div { ...@@ -1530,7 +1588,7 @@ div {
} }
} }
.tzdDrawing_source { .tzdDrawing_source {
z-index: 99; z-index: 100;
width: 540px; width: 540px;
height: 540px; height: 540px;
position: absolute; position: absolute;
...@@ -1561,7 +1619,7 @@ div { ...@@ -1561,7 +1619,7 @@ div {
position: relative; position: relative;
box-sizing: border-box; box-sizing: border-box;
// width: 560px; // width: 560px;
height: 750px; height: 740px;
background: #ffffff; background: #ffffff;
border-radius: 8px; border-radius: 8px;
z-index: 0; z-index: 0;
......
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-09-09 09:28:46 * @Date: 2021-09-09 09:28:46
* @LastEditTime: 2021-12-26 18:57:44 * @LastEditTime: 2021-12-27 15:09:58
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\src\views\cxyrd\LTz.vue * @FilePath: \指纹系统\founder_vue\src\views\cxyrd\LTz.vue
--> -->
...@@ -410,7 +410,7 @@ ...@@ -410,7 +410,7 @@
<div class="btn light_dbd" :class="{brightnessActive: isBrightnessActive}" @click.stop="changeBrightness">亮度/对比度 <div class="btn light_dbd" :class="{brightnessActive: isBrightnessActive}" @click.stop="changeBrightness">亮度/对比度
</div> </div>
<!-- 去白弹框 --> <!-- 去白弹框 -->
<div class="remove-white" v-show="optionsRemoveWhite"> <div class="remove-white number-range" v-show="optionsRemoveWhite">
<div class="title">去白</div> <div class="title">去白</div>
<div class="content"> <div class="content">
<el-slider class="range-narrow" id="input-range-remove-white-distance" v-model="inputRemoveWhiteRange" :min="0" :max="255"></el-slider> <el-slider class="range-narrow" id="input-range-remove-white-distance" v-model="inputRemoveWhiteRange" :min="0" :max="255"></el-slider>
...@@ -418,7 +418,7 @@ ...@@ -418,7 +418,7 @@
</div> </div>
</div> </div>
<!-- 滤色器弹框 --> <!-- 滤色器弹框 -->
<div class="color-filter" v-show="optionsColorFilter"> <div class="color-filter number-range" v-show="optionsColorFilter" @click.stop>
<div class="title">滤色器</div> <div class="title">滤色器</div>
<div class="content"> <div class="content">
<el-slider class="range-narrow" id="input-range-color-filter-value" v-model="inputColorFilterRange" :min="0" :max="255"></el-slider> <el-slider class="range-narrow" id="input-range-color-filter-value" v-model="inputColorFilterRange" :min="0" :max="255"></el-slider>
...@@ -426,19 +426,19 @@ ...@@ -426,19 +426,19 @@
</div> </div>
</div> </div>
<!-- 正片叠底弹框 --> <!-- 正片叠底弹框 -->
<div class="multiply" v-show="optionsMultiply"> <div class="multiply" v-show="optionsMultiply" @click.stop>
<div class="content"> <div class="content">
<div id="tui-multiply-color-picker"></div> <div id="tui-multiply-color-picker"></div>
</div> </div>
</div> </div>
<!-- 差异化弹框 --> <!-- 差异化弹框 -->
<div class="blend" v-show="optionsBlend"> <div class="blend" v-show="optionsBlend" @click.stop>
<div class="content"> <div class="content">
<div id="tui-blend-color-picker"></div> <div id="tui-blend-color-picker"></div>
</div> </div>
</div> </div>
<!-- 亮度/对比度弹框 --> <!-- 亮度/对比度弹框 -->
<div class="brightness" v-show="optionsBrightness"> <div class="brightness number-range" v-show="optionsBrightness" @click.stop>
<div class="title">亮度</div> <div class="title">亮度</div>
<div class="content"> <div class="content">
<el-slider class="range-narrow" id="input-range-brightness-value" v-model="inputBrightnessRange" :min="-255" :max="255"></el-slider> <el-slider class="range-narrow" id="input-range-brightness-value" v-model="inputBrightnessRange" :min="-255" :max="255"></el-slider>
...@@ -1170,7 +1170,7 @@ export default { ...@@ -1170,7 +1170,7 @@ export default {
*/ */
imageEditor._graphics.canvasImage.canvas.on("mouse:down", e => { imageEditor._graphics.canvasImage.canvas.on("mouse:down", e => {
// 开启拖拽 // 开启拖拽
if (self.zoomLevel > 1) { if (self.zoomLevel > 1 && self.isHand) {
self.startHand = true self.startHand = true
} }
}) })
...@@ -1201,7 +1201,7 @@ export default { ...@@ -1201,7 +1201,7 @@ export default {
* 目标图像 * 目标图像
*/ */
imageEditor2._graphics.canvasImage.canvas.on("mouse:down", e => { imageEditor2._graphics.canvasImage.canvas.on("mouse:down", e => {
if (self.zoomLevel2 > 1) { if (self.zoomLevel2 > 1 && self.isHand) {
// 开启拖拽 // 开启拖拽
self.startHand = true self.startHand = true
} }
...@@ -2067,7 +2067,7 @@ export default { ...@@ -2067,7 +2067,7 @@ export default {
// 更改canvas图层的宽高样式适配 // 更改canvas图层的宽高样式适配
let lower_canvas_width = $('.tui-image-editor .lower-canvas').width() let lower_canvas_width = $('.tui-image-editor .lower-canvas').width()
let lower_canvas_height = $('.tui-image-editor .lower-canvas').height() let lower_canvas_height = $('.tui-image-editor .lower-canvas').height()
$(".tzdDrawing_source").css('height', lower_canvas_height + 'px') $(".tzdDrawing_source").css('height', lower_canvas_height + 'px')
$(".tzdDrawing_source").css('width', lower_canvas_width + 'px') $(".tzdDrawing_source").css('width', lower_canvas_width + 'px')
$(".tzdDrawing_2_source").css('height', lower_canvas_height + 'px') $(".tzdDrawing_2_source").css('height', lower_canvas_height + 'px')
...@@ -2176,6 +2176,16 @@ export default { ...@@ -2176,6 +2176,16 @@ export default {
self.isHistoryOptions = false self.isHistoryOptions = false
self.isActive_history = false self.isActive_history = false
$(".icon_history").css("background", "rgba(5, 95, 231, 0.05)"); $(".icon_history").css("background", "rgba(5, 95, 231, 0.05)");
// 滤色器
self.optionsColorFilter = false
// 差异化
self.optionsBlend = false
// 正片叠底
self.optionsMultiply = false
// 亮度/对比度
self.optionsBrightness = false
// 去白
self.optionsRemoveWhite = false
}) })
document.body.addEventListener("mouseup", function (e) { document.body.addEventListener("mouseup", function (e) {
...@@ -4214,11 +4224,15 @@ export default { ...@@ -4214,11 +4224,15 @@ export default {
this.isCircleOptions = !this.isCircleOptions; this.isCircleOptions = !this.isCircleOptions;
if (this.isActive_circle) { if (this.isActive_circle) {
$(".icon_circle").css("background", "#055FE7"); $(".icon_circle").css("background", "#055FE7");
$(".body-container").css('z-index', 100) // $(".body-container").css('z-index', 100)
$(".tzdDrawing_source").css('pointer-evnets', 'none')
$(".tzdDrawing_target").css('pointer-evnets', 'none')
} else { } else {
$(".tzdDrawing_source").css('pointer-evnets', 'auto')
$(".tzdDrawing_target").css('pointer-evnets', 'auto')
$(".icon_circle").css("background", "rgba(5, 95, 231, 0.05)"); $(".icon_circle").css("background", "rgba(5, 95, 231, 0.05)");
this.isMrSizeActive = false; this.isMrSizeActive = false;
$(".body-container").css('z-index', 99) // $(".body-container").css('z-index', 99)
} }
if (this.type == "source") { if (this.type == "source") {
if (this.isActive_circle) { if (this.isActive_circle) {
...@@ -4587,10 +4601,14 @@ export default { ...@@ -4587,10 +4601,14 @@ export default {
} }
if (this.isActive_line) { if (this.isActive_line) {
$(".icon_line").css("background", "#055FE7"); $(".icon_line").css("background", "#055FE7");
$(".body-container").css('z-index', 100) // $(".body-container").css('z-index', 100)
$(".tzdDrawing_source").css('pointer-events', 'none')
$(".tzdDrawing_target").css('pointer-events', 'none')
} else { } else {
$(".icon_line").css("background", "rgba(5, 95, 231, 0.05)"); $(".icon_line").css("background", "rgba(5, 95, 231, 0.05)");
$(".body-container").css('z-index', 99) $(".tzdDrawing_source").css('pointer-events', 'auto')
$(".tzdDrawing_target").css('pointer-events', 'auto')
// $(".body-container").css('z-index', 99)
this.isShowCurve = false; this.isShowCurve = false;
} }
}, },
...@@ -5513,14 +5531,17 @@ export default { ...@@ -5513,14 +5531,17 @@ export default {
// 开启拖拽 // 开启拖拽
// this.imageEditor._graphics._attachZoomEvents2(); // this.imageEditor._graphics._attachZoomEvents2();
// this.imageEditor._graphics.startHandMode() // this.imageEditor._graphics.startHandMode()
$(".tzdDrawing_source").css('z-index', 99)
$(".body-container").css('z-index', 100) // $(".tzdDrawing_source").css('z-index', 99)
$(".tzdDrawing_target").css('z-index', 99) $(".tzdDrawing_source").css('pointer-events', 'none')
// $(".body-container").css('z-index', 100)
// $(".tzdDrawing_target").css('z-index', 99)
} else { } else {
$(".drag").css("background", "rgba(5, 95, 231, 0.05)"); // $(".drag").css("background", "rgba(5, 95, 231, 0.05)");
$(".tzdDrawing_source").css('z-index', 100) // $(".tzdDrawing_source").css('z-index', 100)
$(".body-container").css('z-index', 99) // $(".body-container").css('z-index', 99)
$(".tzdDrawing_target").css('z-index', 100) // $(".tzdDrawing_target").css('z-index', 100)
$(".tzdDrawing_source").css('pointer-events', 'auto')
// this.imageEditor.changeCursor('auto'); // this.imageEditor.changeCursor('auto');
// this.imageEditor2.changeCursor('auto'); // this.imageEditor2.changeCursor('auto');
// 停止拖拽 // 停止拖拽
...@@ -5536,16 +5557,18 @@ export default { ...@@ -5536,16 +5557,18 @@ export default {
// this.imageEditor2._graphics._attachZoomEvents2(); // this.imageEditor2._graphics._attachZoomEvents2();
this.imageEditor.changeCursor('grab'); this.imageEditor.changeCursor('grab');
this.imageEditor2.changeCursor('grab'); this.imageEditor2.changeCursor('grab');
$(".tzdDrawing_source").css('z-index', 99) $(".tzdDrawing_target").css('pointer-events', 'none')
$(".body-container").css('z-index', 100) // $(".tzdDrawing_source").css('z-index', 99)
$(".tzdDrawing_target").css('z-index', 99) // $(".body-container").css('z-index', 100)
// $(".tzdDrawing_target").css('z-index', 99)
} else { } else {
$(".drag").css("background", "rgba(5, 95, 231, 0.05)"); $(".drag").css("background", "rgba(5, 95, 231, 0.05)");
// 停止拖拽 // 停止拖拽
$(".tzdDrawing_target").css('pointer-events', 'auto')
// this.imageEditor2._graphics._attachZoomEvents3(); // this.imageEditor2._graphics._attachZoomEvents3();
$(".tzdDrawing_source").css('z-index', 100) // $(".tzdDrawing_source").css('z-index', 100)
$(".body-container").css('z-index', 99) // $(".body-container").css('z-index', 99)
$(".tzdDrawing_target").css('z-index', 100) // $(".tzdDrawing_target").css('z-index', 100)
} }
} }
...@@ -5570,6 +5593,7 @@ export default { ...@@ -5570,6 +5593,7 @@ export default {
$(".icon_size").css("background", "rgba(5, 95, 231, 0.05)"); $(".icon_size").css("background", "rgba(5, 95, 231, 0.05)");
// 是否是小手 // 是否是小手
this.isHand = false; this.isHand = false;
this.startHand = false;
// 是否放大 // 是否放大
// this.isEnlarge = false // this.isEnlarge = false
// 目标是否放大 // 目标是否放大
...@@ -5705,15 +5729,17 @@ export default { ...@@ -5705,15 +5729,17 @@ export default {
if (this.isEnlarge) { if (this.isEnlarge) {
$(".enlarge").css("background", "#055FE7"); $(".enlarge").css("background", "#055FE7");
// this.imageEditor.changeCursor("zoom-in"); // this.imageEditor.changeCursor("zoom-in");
$(".tzdDrawing_source").css('z-index', 100) // $(".tzdDrawing_source").css('z-index', 100)
$(".body-container").css('z-index', 1) // $(".body-container").css('z-index', 1)
$(".tzdDrawing_source").css('pointer-events', 'auto')
this.isShowEnlargeSynchro = true; this.isShowEnlargeSynchro = true;
this.isEnlargeSynchro = false; this.isEnlargeSynchro = false;
} else { } else {
$(".enlarge").css("background", "rgba(5, 95, 231, 0.05)"); $(".enlarge").css("background", "rgba(5, 95, 231, 0.05)");
// this.imageEditor.changeCursor("auto"); // this.imageEditor.changeCursor("auto");
$(".tzdDrawing_source").css('z-index', 1) // $(".tzdDrawing_source").css('z-index', 1)
$(".body-container").css('z-index', 99) // $(".body-container").css('z-index', 99)
$(".tzdDrawing_source").css('pointer-events', 'none')
this.isShowEnlargeSynchro = false; this.isShowEnlargeSynchro = false;
this.isEnlargeSynchro = false; this.isEnlargeSynchro = false;
} }
......
...@@ -584,7 +584,12 @@ export default { ...@@ -584,7 +584,12 @@ export default {
if (response.data.code === 0) { if (response.data.code === 0) {
this.$message.success("新增成功"); this.$message.success("新增成功");
this.dialogVisible = false; this.dialogVisible = false;
this.$router.pushToTab(`/fingerprintIndex/${reqParam.personDo.ysxtAsjxgrybh}/${this.ruleForm.xm}`) this.$router.pushToTab({
path: `/fingerprintIndex/${reqParam.personDo.ysxtAsjxgrybh}/${this.ruleForm.xm}`,
query: {
type: 0
}
})
this.ruleForm = { this.ruleForm = {
ysxtAsjxgrybh: "", // 人员编号 ysxtAsjxgrybh: "", // 人员编号
jzrybh: "", // 警综人员编号 jzrybh: "", // 警综人员编号
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
label-position="left" label-position="left"
:rules="rules" :rules="rules"
ref="ruleForm" ref="ruleForm"
label-width="10.125rem" label-width="10.325rem"
class="demo-ruleForm" class="demo-ruleForm"
:status-icon="true" :status-icon="true"
> >
...@@ -603,7 +603,24 @@ export default { ...@@ -603,7 +603,24 @@ export default {
SelectCode, SelectCode,
Cascader, Cascader,
dcfptxAj dcfptxAj
} },
watch: {
drawer(newValue, oldValue) {
if(newValue) {
//监听页面滚动
this.$nextTick(() => {
document.querySelector('.el-drawer__body').addEventListener("scroll", (e) => {
console.log(e);
if(e.target.scrollTop > 400) {
$('.arrow-down-img').css('transform', 'rotate(180deg)');
} else {
$('.arrow-down-img').css('transform', 'rotate(0deg)');
}
});
})
}
}
},
}; };
</script> </script>
......
...@@ -86,11 +86,11 @@ ...@@ -86,11 +86,11 @@
} }
} }
.left-right-hand { .left-right-hand {
margin-top: 5px; margin-top: 16px;
.lr-hand { .lr-hand {
// width: 100%; // width: 100%;
width: 268px; width: 268px;
height: 640px; height: 624px;
overflow: auto; overflow: auto;
:nth-child(even) { :nth-child(even) {
margin-left: 8px; margin-left: 8px;
......
...@@ -1176,6 +1176,7 @@ $previewHeight: var(--previewHeight, 100%); ...@@ -1176,6 +1176,7 @@ $previewHeight: var(--previewHeight, 100%);
flex-wrap: wrap; flex-wrap: wrap;
padding: 16px 14px; padding: 16px 14px;
.hand-item { .hand-item {
margin-bottom: 9px;
/deep/.el-checkbox__label { /deep/.el-checkbox__label {
padding-left: 5px; padding-left: 5px;
} }
......
...@@ -7,21 +7,21 @@ ...@@ -7,21 +7,21 @@
} }
.header { .header {
border-bottom: 1px solid #eeeeee;
position: fixed; position: fixed;
background: #FFFFFF; background: #ffffff;
height: 50px; height: 50px;
width: 943px; width: 955px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
padding: 0 32px; padding: 0 32px;
border-bottom: 1px solid #EEEEEE;
z-index: 999; z-index: 999;
.header-title { .header-title {
font-size: 16px; font-size: 16px;
font-family: MicrosoftYaHei; font-family: MicrosoftYaHei;
color: #282F3C; color: #282f3c;
} }
.header-close { .header-close {
...@@ -48,17 +48,17 @@ ...@@ -48,17 +48,17 @@
.ayzzwjbxx { .ayzzwjbxx {
padding: 24px 32px; padding: 24px 32px;
/deep/.el-input.is-disabled .el-input__inner { /deep/.el-input.is-disabled .el-input__inner {
background-color: #ECEDF1; background-color: #ecedf1;
color: #AEAFB4; color: #aeafb4;
cursor: not-allowed; cursor: not-allowed;
} }
/deep/ .el-form-item.is-error .el-input__inner { /deep/ .el-form-item.is-error .el-input__inner {
width: 264px; width: 264px;
height: 40px; height: 40px;
background: #FFFFFF; background: #ffffff;
border-radius: 4px; border-radius: 4px;
border: 1px solid #E6E6E8; border: 1px solid #e6e6e8;
} }
/deep/ .el-input { /deep/ .el-input {
...@@ -66,9 +66,10 @@ ...@@ -66,9 +66,10 @@
height: 40px; height: 40px;
} }
/deep/ .el-input.is-active .el-input__inner, /deep/ .el-input__inner:focus { /deep/ .el-input.is-active .el-input__inner,
/deep/ .el-input__inner:focus {
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.06) !important; box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.06) !important;
border: 1px solid #E6E6E8 !important; border: 1px solid #e6e6e8 !important;
border-radius: 4px; border-radius: 4px;
} }
...@@ -80,7 +81,7 @@ ...@@ -80,7 +81,7 @@
.line { .line {
width: 4px; width: 4px;
height: 16px; height: 16px;
background: #055FE7; background: #055fe7;
border-radius: 2px; border-radius: 2px;
margin-right: 10px; margin-right: 10px;
} }
...@@ -88,7 +89,7 @@ ...@@ -88,7 +89,7 @@
.name { .name {
font-size: 16px; font-size: 16px;
font-family: MicrosoftYaHei; font-family: MicrosoftYaHei;
color: #282F3C; color: #282f3c;
} }
} }
...@@ -105,7 +106,7 @@ ...@@ -105,7 +106,7 @@
width: 410px; width: 410px;
} }
/deep/.el-form-item__label { /deep/.el-form-item__label {
width: 50px !important; width: 155px !important;
} }
/deep/.el-radio { /deep/.el-radio {
margin-right: 10px; margin-right: 10px;
...@@ -143,14 +144,14 @@ ...@@ -143,14 +144,14 @@
right: 0; right: 0;
font-size: 12px; font-size: 12px;
font-family: MicrosoftYaHei; font-family: MicrosoftYaHei;
color: #FF3745; color: #ff3745;
} }
/deep/ .el-input__icon.el-input__validateIcon.el-icon-circle-close { /deep/ .el-input__icon.el-input__validateIcon.el-icon-circle-close {
width: 16px; width: 16px;
height: 16px; height: 16px;
&::before { &::before {
content: " "; content: " ";
width: 16px; width: 16px;
height: 16px; height: 16px;
...@@ -173,7 +174,7 @@ ...@@ -173,7 +174,7 @@
/deep/ .el-form-item.el-form-item--feedback.is-error.is-required { /deep/ .el-form-item.el-form-item--feedback.is-error.is-required {
input { input {
color: #FF3745; color: #ff3745;
} }
} }
} }
...@@ -188,9 +189,9 @@ ...@@ -188,9 +189,9 @@
/deep/ .el-form-item.is-error .el-input__inner { /deep/ .el-form-item.is-error .el-input__inner {
width: 164px; width: 164px;
height: 40px; height: 40px;
background: #FFFFFF; background: #ffffff;
border-radius: 4px; border-radius: 4px;
border: 1px solid #E6E6E8; border: 1px solid #e6e6e8;
} }
} }
...@@ -215,20 +216,22 @@ ...@@ -215,20 +216,22 @@
/deep/ .el-form-item.is-error .el-input__inner { /deep/ .el-form-item.is-error .el-input__inner {
width: 408px; width: 408px;
height: 40px; height: 40px;
background: #FFFFFF; background: #ffffff;
border-radius: 4px; border-radius: 4px;
border: 1px solid #E6E6E8; border: 1px solid #e6e6e8;
} }
} }
.input3 { .input3 {
/deep/ .el-form-item__content, /deep/ .el-textarea, /deep/ .el-textarea__inner { /deep/ .el-form-item__content,
/deep/ .el-textarea,
/deep/ .el-textarea__inner {
width: 722px; width: 722px;
height: 76px; height: 76px;
background: #F6F8FA; background: #f6f8fa;
box-shadow: 0px 1px 2px 0px rgba(5, 95, 231, 0.18); box-shadow: inset 0px 1px 2px 0px rgba(5, 95, 231, 0.18);
border-radius: 4px; border-radius: 4px;
border: 1px solid #EEEEEE; // border: 1px solid #eeeeee;
.el-input__count { .el-input__count {
background: transparent; background: transparent;
} }
...@@ -243,7 +246,7 @@ ...@@ -243,7 +246,7 @@
.horizontal-line { .horizontal-line {
width: 100%; width: 100%;
height: 1px; height: 1px;
background: #E6E6E8; background: #e6e6e8;
margin-bottom: 20px; margin-bottom: 20px;
} }
...@@ -275,21 +278,24 @@ ...@@ -275,21 +278,24 @@
.horizontal-line { .horizontal-line {
width: 100%; width: 100%;
height: 1px; height: 1px;
background: #E6E6E8; background: #e6e6e8;
margin-bottom: 20px; margin-bottom: 20px;
} }
.form-footer { .form-footer {
box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.06);
z-index: 999; z-index: 999;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
right: 0; right: 0;
background: #FFFFFF; background: #ffffff;
height: 100px; height: 100px;
width: 943px; width: 958px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
.save, .cancel, .export { .save,
.cancel,
.export {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
...@@ -298,54 +304,54 @@ ...@@ -298,54 +304,54 @@
.save { .save {
width: 72px; width: 72px;
height: 40px; height: 40px;
background: #FFFFFF; background: #ffffff;
border-radius: 4px; border-radius: 4px;
border: 1px solid #AEB5C2; border: 1px solid #aeb5c2;
font-size: 14px; font-size: 14px;
font-family: MicrosoftYaHei; font-family: MicrosoftYaHei;
color: #2E3846; color: #2e3846;
&:hover { &:hover {
border: 1px solid #055fe7; border: 1px solid #055fe7;
color: #055fe7; color: #055fe7;
} }
&:active { &:active {
border: 1px solid #044CB9; border: 1px solid #044cb9;
color: #044CB9; color: #044cb9;
} }
} }
.cancel { .cancel {
font-size: 14px; font-size: 14px;
font-family: MicrosoftYaHei; font-family: MicrosoftYaHei;
color: #FFFFFF; color: #ffffff;
width: 72px; width: 72px;
height: 40px; height: 40px;
background: #055FE7; background: #055fe7;
border-radius: 4px; border-radius: 4px;
margin: 0 16px; margin: 0 16px;
&:hover { &:hover {
background: #377FEC; background: #377fec;
color: #FFFFFF; color: #ffffff;
} }
&:active { &:active {
background: #044CB9; background: #044cb9;
color: #FFFFFF; color: #ffffff;
} }
} }
.export { .export {
width: 96px; width: 96px;
height: 40px; height: 40px;
background: #DDEBFF; background: #ddebff;
border-radius: 4px; border-radius: 4px;
font-size: 14px; font-size: 14px;
font-family: MicrosoftYaHei; font-family: MicrosoftYaHei;
color: #055FE7; color: #055fe7;
&:hover { &:hover {
background: #EDF4FF; background: #edf4ff;
color: #055FE7; color: #055fe7;
} }
&:active { &:active {
background: #CCE0FF; background: #cce0ff;
color: #055FE7; color: #055fe7;
} }
} }
} }
...@@ -359,7 +365,7 @@ ...@@ -359,7 +365,7 @@
bottom: 130px; bottom: 130px;
width: 40px; width: 40px;
height: 40px; height: 40px;
background: #FFFFFF; background: #ffffff;
box-shadow: 0px 0px 5px 0px rgba(5, 95, 231, 0.4); box-shadow: 0px 0px 5px 0px rgba(5, 95, 231, 0.4);
border-radius: 20px; border-radius: 20px;
display: flex; display: flex;
...@@ -373,11 +379,40 @@ ...@@ -373,11 +379,40 @@
&:hover { &:hover {
border: 1px solid #0b6cd9; border: 1px solid #0b6cd9;
} }
.arrow-down-img {
transition: transform .4s linear;
}
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width: 6px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
border-radius: 10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius: 3px;
background: rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: #dadde0;
}
/deep/.el-select .el-input.is-focus .el-input__inner {
border-color: #dcdfe6;
} }
// 滚动条的宽度 // 滚动条的宽度
/deep/ .el-table__body-wrapper::-webkit-scrollbar { /deep/ .el-table__body-wrapper::-webkit-scrollbar {
width: 6px; // 横向滚动条 width: 12px; // 横向滚动条
height: 6px; // 纵向滚动条 必写 height: 6px; // 纵向滚动条 必写
} }
...@@ -388,7 +423,7 @@ ...@@ -388,7 +423,7 @@
} }
/deep/ .el-drawer__container ::-webkit-scrollbar { /deep/ .el-drawer__container ::-webkit-scrollbar {
display: none; // display: none;
} }
// 修改多选框样式 // 修改多选框样式
...@@ -422,3 +457,32 @@ ...@@ -422,3 +457,32 @@
height: 1400px; height: 1400px;
} }
} }
/deep/.el-select {
.el-input.is-focus {
.el-input__inner {
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.06) !important;
border: 1px solid #e6e6e8 !important;
border-radius: 4px;
}
}
}
/deep/.el-form-item.el-form-item--feedback {
.el-form-item__label {
padding-left: 10px !important;
}
}
/deep/.el-form-item.el-form-item--feedback.is-required {
.el-form-item__label {
padding-left: 0 !important;
}
}
/deep/.el-input__prefix {
left: unset;
right: 1.3rem;
}
/deep/.el-input--prefix .el-input__inner {
padding-left: 15px;
}
\ No newline at end of file
...@@ -308,7 +308,7 @@ ...@@ -308,7 +308,7 @@
} }
.face-image { .face-image {
width: 120px; width: 120px;
height: 161px; height: 160px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #cccccc; border: 1px solid #cccccc;
display: flex; display: flex;
...@@ -316,9 +316,12 @@ ...@@ -316,9 +316,12 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
img { img {
width: 100%; object-fit: contain;
height: auto;
} }
// .face-pic {
// width: 100%;
// height: 100%;
// }
.zwtx { .zwtx {
font-size: 12px; font-size: 12px;
color: #999999; color: #999999;
......
...@@ -156,11 +156,11 @@ ...@@ -156,11 +156,11 @@
</el-table-column> </el-table-column>
</el-table> </el-table>
<div class="lt_candidate_bottom"> <div class="lt_candidate_bottom">
<span>共计<span>{{ total }}条</span>数据</span> <span>共计&nbsp;<span>{{ total }}条</span>&nbsp;数据</span>
</div> </div>
</div> </div>
<transition name="slide-fade"> <transition name="slide-fade">
<div class="selectFinger" v-show="isShowOptions"> <div class="selectFinger" v-show="isShowOptions" @click.stop>
<div class="left-title">左手</div> <div class="left-title">左手</div>
<div class="line" :class="{ active: leftRoll }"> <div class="line" :class="{ active: leftRoll }">
<div class="selected"> <div class="selected">
...@@ -316,6 +316,9 @@ export default { ...@@ -316,6 +316,9 @@ export default {
this.$bus.on('searchTypeLT', (type) => { this.$bus.on('searchTypeLT', (type) => {
self.searchType = type self.searchType = type
}) })
document.body.addEventListener('click', (e) => {
self.isShowOptions = false
})
}, },
created () { created () {
let self = this; let self = this;
...@@ -1154,6 +1157,7 @@ export default { ...@@ -1154,6 +1157,7 @@ export default {
* @return {*} * @return {*}
*/ */
icons (h, { column }) { icons (h, { column }) {
let self = this
if (this.searchType == '指纹') { if (this.searchType == '指纹') {
return h("div", [ return h("div", [
h("span", column.label), h("span", column.label),
...@@ -1161,7 +1165,10 @@ export default { ...@@ -1161,7 +1165,10 @@ export default {
class: "el-icon-arrow-down", class: "el-icon-arrow-down",
style: "color:#B1B6C2;margin-left:5px;cursor:pointer;", style: "color:#B1B6C2;margin-left:5px;cursor:pointer;",
on: { on: {
click: this.switchOptions click: (e) => {
e.stopPropagation()
self.switchOptions()
}
} }
}) })
]); ]);
...@@ -1201,6 +1208,34 @@ export default { ...@@ -1201,6 +1208,34 @@ export default {
self.tableData = [] self.tableData = []
self.total = 0 self.total = 0
} }
// 篩選初始化
// 对勾
this.rightRoll = false;
this.rightPain = true;
this.leftRoll = false;
this.leftPain = false;
// 左手
this.leftRM = false;
this.leftRS = false;
this.leftRZ = false;
this.leftRH = false;
this.leftRX = false;
this.leftPM = false;
this.leftPS = false;
this.leftPZ = false;
this.leftPH = false;
this.leftPX = false;
// 右手
this.rightRM = false;
this.rightRS = false;
this.rightRZ = false;
this.rightRH = false;
this.rightRX = false;
this.rightPM = false;
this.rightPS = false;
this.rightPZ = false;
this.rightPH = false;
this.rightPX = true;
}) })
}, },
/** /**
...@@ -1369,7 +1404,7 @@ const candidates = [ ...@@ -1369,7 +1404,7 @@ const candidates = [
position: relative; position: relative;
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
height: calc(100% - 40px); height: calc(100% - 25px);
background: #f6f8fa; background: #f6f8fa;
border-radius: 8px; border-radius: 8px;
...@@ -1582,6 +1617,7 @@ const candidates = [ ...@@ -1582,6 +1617,7 @@ const candidates = [
font-family: MicrosoftYaHei; font-family: MicrosoftYaHei;
color: #999999; color: #999999;
margin-right: 16px; margin-right: 16px;
cursor: pointer;
&.active { &.active {
color: #006aff; color: #006aff;
...@@ -1621,6 +1657,11 @@ const candidates = [ ...@@ -1621,6 +1657,11 @@ const candidates = [
/deep/ .el-table__body { /deep/ .el-table__body {
width: 100% !important; width: 100% !important;
} }
/deep/ .el-table {
&::before {
display: none;
}
}
/deep/ .el-input__inner { /deep/ .el-input__inner {
border: none; border: none;
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</el-table-column> </el-table-column>
</el-table> </el-table>
<div class="lt_middle_bottom"> <div class="lt_middle_bottom">
<span>该任务共计<span>{{ total }}条</span>查询</span> <span>该任务共计&nbsp;<span>{{ total }}条</span>&nbsp;查询</span>
<div class="btn" @click="changeTableHeight"> <div class="btn" @click="changeTableHeight">
<span>{{ options }}</span> <span>{{ options }}</span>
<div class="ico"><img src="@/assets/img/bottom.png" alt=""></div> <div class="ico"><img src="@/assets/img/bottom.png" alt=""></div>
...@@ -128,8 +128,8 @@ ...@@ -128,8 +128,8 @@
</div> </div>
<!--指纹个数提示--> <!--指纹个数提示-->
<div class="lt_middle_bottom"> <div class="lt_middle_bottom">
<span v-show="fingerShowType=='指纹'">该查询ID共计<span>{{ fingerTotal }}枚</span>{{fingerShowType}}</span> <span v-show="fingerShowType=='指纹'">该查询ID共计&nbsp;<span>{{ fingerTotal }}枚</span>&nbsp;{{fingerShowType}}</span>
<span v-show="fingerShowType=='掌纹'">该查询ID共计<span>{{ handTotal }}枚</span>{{fingerShowType}}</span> <span v-show="fingerShowType=='掌纹'">该查询ID共计&nbsp;<span>{{ handTotal }}枚</span>&nbsp;{{fingerShowType}}</span>
</div> </div>
</div> </div>
</div> </div>
...@@ -631,7 +631,7 @@ const datas = [ ...@@ -631,7 +631,7 @@ const datas = [
.lt_middle_src_data { .lt_middle_src_data {
border-radius: 8px; border-radius: 8px;
width: 100%; width: 100%;
height: 320px; height: 360px;
.Bizhong { .Bizhong {
.cell { .cell {
...@@ -725,9 +725,10 @@ const datas = [ ...@@ -725,9 +725,10 @@ const datas = [
.lt_middle_src_data { .lt_middle_src_data {
.lt_middle_bottom { .lt_middle_bottom {
margin-top: -10px; margin-top: -4px;
display: flex; display: flex;
justify-content: center; justify-content: center;
border-top: 1px solid #cccccc;
.btn { .btn {
margin-left: 32px; margin-left: 32px;
......
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