Commit 0c438410 by 张超军

人员/案件指纹编辑,活体采集新增

parent 224377e9
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
cursor: text; cursor: text;
} }
/deep/.el-select:hover { /deep/.el-select__input:hover {
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.08) !important; box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.08) !important;
} }
......
...@@ -1483,5 +1483,178 @@ export default { ...@@ -1483,5 +1483,178 @@ export default {
/deep/.el-table--enable-row-transition .el-table__body td.el-table__cell { /deep/.el-table--enable-row-transition .el-table__body td.el-table__cell {
// height: 55px; // height: 55px;
} }
@import "@/assets/css/globalBase.scss"; /deep/.el-table td,
.el-table th.is-leaf {
background-color: #ffffff;
border: none;
// border-bottom: 1px #f6f8fa solid;
border-top: 1px #f6f8fa solid;
}
// 去除table表格最底部边框
.el-table__row > td {
border: none;
}
// 去除table表格最底部边框
.el-table::before {
height: 0px;
}
/deep/.el-table .el-table__header-wrapper tr th {
background-color: #ecf1f7 !important;
font-size: 14px !important;
font-family: HarmonyOS_Sans_SC_Medium !important;
color: #282f3c !important;
height: 48px !important;
padding: 0 !important;
}
/deep/.el-table .el-table__body tr.current-row > td {
background-color: #f2f7fe !important;
}
/deep/.el-table .el-table__body tr:hover > td {
background-color: #f2f7fe !important;
}
/deep/.el-table__row {
height: 48px !important;
}
/deep/.el-table__row--level-1 {
.el-table__cell {
background-color: #f5f6f7 !important;
}
}
/deep/.el-table th > .cell {
font-family: HarmonyOS_Sans_SC_Medium;
}
/deep/.el-table .el-table__cell {
padding: 0 !important;
}
/deep/.el-table__body {
width: 100% !important;
}
// el-table 左侧固定 样式统一
/deep/.el-table__fixed {
height: 100% !important;
&::before {
height: 0;
}
}
/deep/.el-table__fixed-header-wrapper {
height: 48px !important;
.el-table__header {
width: 100% !important;
height: 48px !important;
background-color: #ecf1f7 !important;
font-size: 0.875rem !important;
font-family: HarmonyOS_Sans_SC_Medium !important;
color: #282f3c !important;
height: 3rem !important;
padding: 0 !important;
}
thead {
font-size: 0.875rem !important;
font-family: HarmonyOS_Sans_SC_Medium !important;
color: #282f3c !important;
.cell {
font-weight: normal !important;
}
}
th {
border: none !important;
background-color: #ecf1f7 !important;
}
}
/deep/.el-table__fixed-body-wrapper {
// height: 100% !important;
}
/deep/.hover-row {
.el-table__cell {
background-color: #f2f7fe !important;
}
}
/deep/.el-table__fixed-right {
height: 100% !important;
&::before {
height: 0;
}
}
// 批量操作
.el-tag {
color: #055fe7 !important;
height: 32px;
box-sizing: border-box !important;
padding: 0 8px !important;
background: #ddebff;
border-radius: 4px;
font-size: 0.75rem;
margin-bottom: 16px;
display: flex;
align-items: center;
}
/deep/.el-link--inner {
color: rgb(5, 95, 231);
}
.icon-tanhao1 {
display: flex;
justify-content: center;
align-items: center;
}
// 表格高度 -- 展示下面的border
.split-line {
height: 650px;
border-bottom: 1px solid #eee;
}
// 复选框
/deep/.el-checkbox__inner {
cursor: pointer;
}
/deep/.el-checkbox__input {
line-height: 16px;
}
.search {
/deep/ .el-input__inner {
background: #ffffff;
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.03);
border-radius: 4px;
border: none;
}
// 输入框选中样式
/deep/.el-input.is-active .el-input__inner,
/deep/.el-input__inner:focus {
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.08);
border-color: none;
color: #055fe7;
}
/deep/.el-input.is-active .el-input__inner,
/deep/.el-input__inner:hover {
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.08);
border-color: none;
}
// :focus-within能非常方便处理获取焦点状态。当元素本身或其后代元素获得焦点时,:focus-within伪类的元素就会有效著作权归作者所有。
/deep/.el-input.is-active .el-input__inner,
/deep/.el-input__inner:focus-within {
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.08);
border-color: none;
color: #055fe7;
.el-range-input {
color: #055fe7;
}
}
/deep/.el-input.is-active .el-input__inner,
/deep/.el-input__inner:hover {
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.08);
border-color: none;
}
}
/deep/.el-input__inner:hover {
cursor: text;
}
// @import "@/assets/css/globalBase.scss";
</style> </style>
...@@ -1352,5 +1352,178 @@ const datas1 = [ ...@@ -1352,5 +1352,178 @@ const datas1 = [
/deep/.el-table--enable-row-transition .el-table__body td.el-table__cell { /deep/.el-table--enable-row-transition .el-table__body td.el-table__cell {
// height: 55px; // height: 55px;
} }
@import "@/assets/css/globalBase.scss"; /deep/.el-table td,
.el-table th.is-leaf {
background-color: #ffffff;
border: none;
// border-bottom: 1px #f6f8fa solid;
border-top: 1px #f6f8fa solid;
}
// 去除table表格最底部边框
.el-table__row > td {
border: none;
}
// 去除table表格最底部边框
.el-table::before {
height: 0px;
}
/deep/.el-table .el-table__header-wrapper tr th {
background-color: #ecf1f7 !important;
font-size: 14px !important;
font-family: HarmonyOS_Sans_SC_Medium !important;
color: #282f3c !important;
height: 48px !important;
padding: 0 !important;
}
/deep/.el-table .el-table__body tr.current-row > td {
background-color: #f2f7fe !important;
}
/deep/.el-table .el-table__body tr:hover > td {
background-color: #f2f7fe !important;
}
/deep/.el-table__row {
height: 48px !important;
}
/deep/.el-table__row--level-1 {
.el-table__cell {
background-color: #f5f6f7 !important;
}
}
/deep/.el-table th > .cell {
font-family: HarmonyOS_Sans_SC_Medium;
}
/deep/.el-table .el-table__cell {
padding: 0 !important;
}
/deep/.el-table__body {
width: 100% !important;
}
// el-table 左侧固定 样式统一
/deep/.el-table__fixed {
height: 100% !important;
&::before {
height: 0;
}
}
/deep/.el-table__fixed-header-wrapper {
height: 48px !important;
.el-table__header {
width: 100% !important;
height: 48px !important;
background-color: #ecf1f7 !important;
font-size: 0.875rem !important;
font-family: HarmonyOS_Sans_SC_Medium !important;
color: #282f3c !important;
height: 3rem !important;
padding: 0 !important;
}
thead {
font-size: 0.875rem !important;
font-family: HarmonyOS_Sans_SC_Medium !important;
color: #282f3c !important;
.cell {
font-weight: normal !important;
}
}
th {
border: none !important;
background-color: #ecf1f7 !important;
}
}
/deep/.el-table__fixed-body-wrapper {
// height: 100% !important;
}
/deep/.hover-row {
.el-table__cell {
background-color: #f2f7fe !important;
}
}
/deep/.el-table__fixed-right {
height: 100% !important;
&::before {
height: 0;
}
}
// 批量操作
.el-tag {
color: #055fe7 !important;
height: 32px;
box-sizing: border-box !important;
padding: 0 8px !important;
background: #ddebff;
border-radius: 4px;
font-size: 0.75rem;
margin-bottom: 16px;
display: flex;
align-items: center;
}
/deep/.el-link--inner {
color: rgb(5, 95, 231);
}
.icon-tanhao1 {
display: flex;
justify-content: center;
align-items: center;
}
// 表格高度 -- 展示下面的border
.split-line {
height: 650px;
border-bottom: 1px solid #eee;
}
// 复选框
/deep/.el-checkbox__inner {
cursor: pointer;
}
/deep/.el-checkbox__input {
line-height: 16px;
}
.search {
/deep/ .el-input__inner {
background: #ffffff;
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.03);
border-radius: 4px;
border: none;
}
// 输入框选中样式
/deep/.el-input.is-active .el-input__inner,
/deep/.el-input__inner:focus {
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.08);
border-color: none;
color: #055fe7;
}
/deep/.el-input.is-active .el-input__inner,
/deep/.el-input__inner:hover {
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.08);
border-color: none;
}
// :focus-within能非常方便处理获取焦点状态。当元素本身或其后代元素获得焦点时,:focus-within伪类的元素就会有效著作权归作者所有。
/deep/.el-input.is-active .el-input__inner,
/deep/.el-input__inner:focus-within {
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.08);
border-color: none;
color: #055fe7;
.el-range-input {
color: #055fe7;
}
}
/deep/.el-input.is-active .el-input__inner,
/deep/.el-input__inner:hover {
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.08);
border-color: none;
}
}
/deep/.el-input__inner:hover {
cursor: text;
}
// @import "@/assets/css/globalBase.scss";
</style> </style>
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-09-08 13:01:23 * @Date: 2021-09-08 13:01:23
* @LastEditTime: 2021-11-11 16:34:29 * @LastEditTime: 2022-01-13 23:45:55
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\Editor\ajzwbj.vue * @FilePath: \founder_vue\src\views\Editor\ajzwbj.vue
...@@ -31,7 +31,9 @@ import imageEDAJ from './modules/imageEdAJ.vue'; ...@@ -31,7 +31,9 @@ import imageEDAJ from './modules/imageEdAJ.vue';
<style lang="scss" scoped> <style lang="scss" scoped>
.ajzwbj { .ajzwbj {
width: 100%; width: 100%;
height: calc(100% - 47px); height: calc(100% - 4px);
display: flex; display: flex;
justify-content: center;
align-items: center;
} }
</style> </style>
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
.lr-hand { .lr-hand {
// width: 100%; // width: 100%;
width: 268px; width: 268px;
height: 624px; height: 655px;
overflow: auto; overflow: auto;
:nth-child(even) { :nth-child(even) {
margin-left: 8px; margin-left: 8px;
......
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
color: #aeafb4; color: #aeafb4;
} }
.finger-total { .finger-total {
margin-top: 100px; margin-top: 158px;
//position: absolute; //position: absolute;
//bottom: 30px; //bottom: 30px;
display: flex; display: flex;
......
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-09-08 13:00:08 * @Date: 2021-09-08 13:00:08
* @LastEditTime: 2021-12-10 11:59:30 * @LastEditTime: 2022-01-13 23:45:06
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\Editor\ryzwbj.vue * @FilePath: \founder_vue\src\views\Editor\ryzwbj.vue
...@@ -31,7 +31,10 @@ import rydaxx from "./modules/rydaxx.vue"; ...@@ -31,7 +31,10 @@ import rydaxx from "./modules/rydaxx.vue";
<style lang="scss" scoped> <style lang="scss" scoped>
.ryzwbj { .ryzwbj {
width: 100%; width: 100%;
height: calc(100% - 47px); height: calc(100% - 4px);
display: flex; display: flex;
justify-content: center;
align-items: center;
} }
</style> </style>
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
> >
</el-tab-pane> </el-tab-pane>
</el-tabs> --> </el-tabs> -->
<div class="breadcrumb"></div> <!-- <div class="breadcrumb"></div> -->
<!-- 路由出口 --> <!-- 路由出口 -->
<keep-alive :include="cachePageName"> <keep-alive :include="cachePageName">
<router-view></router-view> <router-view></router-view>
......
...@@ -409,7 +409,7 @@ $tableHeight: var(--tableHeight, 33rem); ...@@ -409,7 +409,7 @@ $tableHeight: var(--tableHeight, 33rem);
.cxfh-dialog { .cxfh-dialog {
z-index: 99; z-index: 99;
position: absolute; position: absolute;
right: 175px; right: 222px;
top: 280px; top: 280px;
width: 400px; width: 400px;
height: 326px; height: 326px;
......
...@@ -259,7 +259,6 @@ ...@@ -259,7 +259,6 @@
:style="{ :style="{
marginLeft: '1.25rem', marginLeft: '1.25rem',
color: selectionData.length > 0 ? '#055FE7' : '#C2C4C7', color: selectionData.length > 0 ? '#055FE7' : '#C2C4C7',
transform: 'translateY(-2px)',
}" }"
@click="toggleSelection()" @click="toggleSelection()"
>清除</el-link >清除</el-link
...@@ -1481,7 +1480,7 @@ b { ...@@ -1481,7 +1480,7 @@ b {
} }
/deep/.el-tag .el-icon-close { /deep/.el-tag .el-icon-close {
background-color: #b1b6c2; background-color: #b1b6c2;
right: 1px !important; // right: 1px !important;
} }
.el-icon-arrow-down { .el-icon-arrow-down {
color: #999999; color: #999999;
...@@ -1895,7 +1894,7 @@ b { ...@@ -1895,7 +1894,7 @@ b {
</style> </style>
<style lang="scss"> <style lang="scss">
.el-tag-box { .el-tag-box {
width: 930px; // width: 930px;
text-align: left; text-align: left;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
......
#xzry{ #xzry {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
.top { .top {
width: 100%; width: 100%;
height: 82px; height: 82px;
background: linear-gradient(270deg, rgba(249, 251, 254, 0.5) 0%, #F2F6FA 49%, rgba(249, 251, 254, 0.5) 100%); background: linear-gradient(
filter: blur(0px); 270deg,
display: flex; rgba(249, 251, 254, 0.5) 0%,
align-items: center; #f2f6fa 49%,
justify-content: center; rgba(249, 251, 254, 0.5) 100%
);
filter: blur(0px);
display: flex;
align-items: center;
justify-content: center;
.fir { .fir {
display: flex; display: flex;
.cir { .cir {
width: 24px; width: 24px;
height: 24px; height: 24px;
background: #055FE7; background: #055fe7;
font-size: 12px; font-size: 12px;
border-radius: 50%; border-radius: 50%;
padding: 3px 8px; padding: 3px 8px;
color: #fff; color: #fff;
} }
span { span {
font-size: 16px; font-size: 16px;
font-family: HarmonyOS_Sans_SC; font-family: HarmonyOS_Sans_SC;
color: #055FE7; color: #055fe7;
line-height: 22px; line-height: 22px;
margin-left: 5px; margin-left: 5px;
} }
.dashed{ .dashed {
margin: 10px 10px; margin: 10px 10px;
width: 112px; width: 112px;
height: 1px; height: 1px;
border: 1px dashed #055FE7; border: 1px dashed #055fe7;
} }
.solid{ .solid {
margin: 10px 10px; margin: 10px 10px;
width: 112px; width: 112px;
height: 1px; height: 1px;
background: #CCCCCC; background: #cccccc;
} }
} }
.unactive{ .unactive {
display: flex; display: flex;
.cir { .cir {
width: 24px; width: 24px;
height: 24px; height: 24px;
border: 1px solid #999999; border: 1px solid #999999;
font-size: 12px; font-size: 12px;
border-radius: 50%; border-radius: 50%;
padding: 2px 7px; padding: 2px 7px;
color: #999999; color: #999999;
} }
span { span {
font-size: 16px; font-size: 16px;
font-family: HarmonyOS_Sans_SC; font-family: HarmonyOS_Sans_SC;
color: #999999 !important; color: #999999 !important;
line-height: 22px; line-height: 22px;
margin-left: 5px; margin-left: 5px;
} }
.dashed{ .dashed {
margin: 10px 10px; margin: 10px 10px;
width: 112px; width: 112px;
height: 1px; height: 1px;
border: 1px dashed #055FE7; border: 1px dashed #055fe7;
} }
.solid{ .solid {
margin: 10px 10px; margin: 10px 10px;
width: 112px; width: 112px;
height: 1px; height: 1px;
background: #CCCCCC; background: #cccccc;
} }
} }
} }
.content{ .content {
height: 100%; height: 100%;
padding-bottom: 200px; padding-bottom: 200px;
.el-form{ .el-form {
height: 100%; height: 100%;
overflow: auto; overflow: auto;
padding: 0 245px; padding: 0 245px;
} }
} }
.inputBh { .inputBh {
/deep/.el-input-group__prepend { /deep/.el-input-group__prepend {
...@@ -91,7 +96,8 @@ ...@@ -91,7 +96,8 @@
padding: 0; padding: 0;
} }
/deep/.el-input__inner { /deep/.el-input__inner {
width: 224px; // width: 224px;
width: 260px;
} }
} }
// 滚动条的宽度 // 滚动条的宽度
...@@ -130,7 +136,7 @@ ...@@ -130,7 +136,7 @@
.title { .title {
display: flex; display: flex;
margin-top: 30px; margin-top: 30px;
div { div {
font-size: 16px; font-size: 16px;
font-family: HarmonyOS_Sans_SC; font-family: HarmonyOS_Sans_SC;
...@@ -165,15 +171,26 @@ ...@@ -165,15 +171,26 @@
margin-left: 24px; margin-left: 24px;
} }
/deep/.el-textarea__inner { /deep/.el-textarea__inner {
width: 722px; width: 845px;
height: 76px; height: 76px;
overflow: auto; overflow: auto;
} }
/deep/.el-row { /deep/.el-row {
margin-bottom: 24px; margin-bottom: 24px;
} }
.el-form-item {
width: 470px;
}
.title, .el-divider--horizontal, .el-checkbox-group {
margin-left: 55px;
}
.item-row {
display: flex;
justify-content: space-between;
align-items: center;
}
/deep/.el-input__inner { /deep/.el-input__inner {
width: 264px; width: 300px;
} }
/deep/.el-form-item__label { /deep/.el-form-item__label {
width: 160px; width: 160px;
...@@ -182,6 +199,58 @@ ...@@ -182,6 +199,58 @@
font-family: HarmonyOS_Sans_SC; font-family: HarmonyOS_Sans_SC;
color: #333333; color: #333333;
} }
/deep/.el-divider--horizontal{ /deep/.el-divider--horizontal {
width: 89% !important; width: 89% !important;
} }
\ No newline at end of file
.bz {
margin-left: 70px;
.el-form-item {
width: 1300px;
}
/deep/.el-form-item__label {
width: 150px;
}
}
// 日期选择器
/deep/ .el-input__icon.el-range__icon.el-icon-date {
position: absolute;
right: 6px;
}
// /deep/.el-date-editor {
// .el-input__prefix {
// position: absolute;
// right: 6px;
// }
// }
/deep/.el-input__prefix, .el-input__suffix {
left: 250px;
}
/deep/.el-input--prefix .el-input__inner {
padding-left: 15px;
}
/deep/.el-input-group__prepend {
display: flex;
justify-content: center;
align-items: center;
width: 18px !important;
height: 18px !important;
background: #ECEDF1;
border-radius: 3px;
position: absolute;
margin: 0 8px;
}
.inputBh {
display: flex;
align-items: center;
/deep/.el-input__inner {
padding-left: 30px;
width: 300px;
}
}
.no_require {
/deep/.el-form-item__label {
padding-left: 10px;
}
}
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