Commit 0c438410 by 张超军

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

parent 224377e9
......@@ -215,7 +215,7 @@
cursor: text;
}
/deep/.el-select:hover {
/deep/.el-select__input:hover {
box-shadow: 0px 6px 10px 2px rgba(0, 21, 51, 0.08) !important;
}
......
......@@ -1483,5 +1483,178 @@ export default {
/deep/.el-table--enable-row-transition .el-table__body td.el-table__cell {
// 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>
......@@ -1352,5 +1352,178 @@ const datas1 = [
/deep/.el-table--enable-row-transition .el-table__body td.el-table__cell {
// 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>
<!--
* @Author: your name
* @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
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\Editor\ajzwbj.vue
......@@ -31,7 +31,9 @@ import imageEDAJ from './modules/imageEdAJ.vue';
<style lang="scss" scoped>
.ajzwbj {
width: 100%;
height: calc(100% - 47px);
height: calc(100% - 4px);
display: flex;
justify-content: center;
align-items: center;
}
</style>
......@@ -90,7 +90,7 @@
.lr-hand {
// width: 100%;
width: 268px;
height: 624px;
height: 655px;
overflow: auto;
:nth-child(even) {
margin-left: 8px;
......
......@@ -267,7 +267,7 @@
color: #aeafb4;
}
.finger-total {
margin-top: 100px;
margin-top: 158px;
//position: absolute;
//bottom: 30px;
display: flex;
......
<!--
* @Author: your name
* @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
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\Editor\ryzwbj.vue
......@@ -31,7 +31,10 @@ import rydaxx from "./modules/rydaxx.vue";
<style lang="scss" scoped>
.ryzwbj {
width: 100%;
height: calc(100% - 47px);
height: calc(100% - 4px);
display: flex;
justify-content: center;
align-items: center;
}
</style>
......@@ -84,7 +84,7 @@
>
</el-tab-pane>
</el-tabs> -->
<div class="breadcrumb"></div>
<!-- <div class="breadcrumb"></div> -->
<!-- 路由出口 -->
<keep-alive :include="cachePageName">
<router-view></router-view>
......
......@@ -409,7 +409,7 @@ $tableHeight: var(--tableHeight, 33rem);
.cxfh-dialog {
z-index: 99;
position: absolute;
right: 175px;
right: 222px;
top: 280px;
width: 400px;
height: 326px;
......
......@@ -259,7 +259,6 @@
:style="{
marginLeft: '1.25rem',
color: selectionData.length > 0 ? '#055FE7' : '#C2C4C7',
transform: 'translateY(-2px)',
}"
@click="toggleSelection()"
>清除</el-link
......@@ -1481,7 +1480,7 @@ b {
}
/deep/.el-tag .el-icon-close {
background-color: #b1b6c2;
right: 1px !important;
// right: 1px !important;
}
.el-icon-arrow-down {
color: #999999;
......@@ -1895,7 +1894,7 @@ b {
</style>
<style lang="scss">
.el-tag-box {
width: 930px;
// width: 930px;
text-align: left;
white-space: nowrap;
overflow: hidden;
......
#xzry{
width: 100%;
height: 100%;
#xzry {
width: 100%;
height: 100%;
}
.top {
width: 100%;
height: 82px;
background: linear-gradient(270deg, rgba(249, 251, 254, 0.5) 0%, #F2F6FA 49%, rgba(249, 251, 254, 0.5) 100%);
filter: blur(0px);
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 82px;
background: linear-gradient(
270deg,
rgba(249, 251, 254, 0.5) 0%,
#f2f6fa 49%,
rgba(249, 251, 254, 0.5) 100%
);
filter: blur(0px);
display: flex;
align-items: center;
justify-content: center;
.fir {
display: flex;
.cir {
width: 24px;
height: 24px;
background: #055FE7;
font-size: 12px;
border-radius: 50%;
padding: 3px 8px;
color: #fff;
}
span {
font-size: 16px;
font-family: HarmonyOS_Sans_SC;
color: #055FE7;
line-height: 22px;
margin-left: 5px;
}
.dashed{
margin: 10px 10px;
width: 112px;
height: 1px;
border: 1px dashed #055FE7;
}
.solid{
margin: 10px 10px;
width: 112px;
height: 1px;
background: #CCCCCC;
}
}
.unactive{
display: flex;
.cir {
width: 24px;
height: 24px;
border: 1px solid #999999;
font-size: 12px;
border-radius: 50%;
padding: 2px 7px;
color: #999999;
}
span {
font-size: 16px;
font-family: HarmonyOS_Sans_SC;
color: #999999 !important;
line-height: 22px;
margin-left: 5px;
}
.dashed{
margin: 10px 10px;
width: 112px;
height: 1px;
border: 1px dashed #055FE7;
}
.solid{
margin: 10px 10px;
width: 112px;
height: 1px;
background: #CCCCCC;
}
}
.fir {
display: flex;
.cir {
width: 24px;
height: 24px;
background: #055fe7;
font-size: 12px;
border-radius: 50%;
padding: 3px 8px;
color: #fff;
}
span {
font-size: 16px;
font-family: HarmonyOS_Sans_SC;
color: #055fe7;
line-height: 22px;
margin-left: 5px;
}
.dashed {
margin: 10px 10px;
width: 112px;
height: 1px;
border: 1px dashed #055fe7;
}
.solid {
margin: 10px 10px;
width: 112px;
height: 1px;
background: #cccccc;
}
}
.unactive {
display: flex;
.cir {
width: 24px;
height: 24px;
border: 1px solid #999999;
font-size: 12px;
border-radius: 50%;
padding: 2px 7px;
color: #999999;
}
span {
font-size: 16px;
font-family: HarmonyOS_Sans_SC;
color: #999999 !important;
line-height: 22px;
margin-left: 5px;
}
.dashed {
margin: 10px 10px;
width: 112px;
height: 1px;
border: 1px dashed #055fe7;
}
.solid {
margin: 10px 10px;
width: 112px;
height: 1px;
background: #cccccc;
}
}
}
.content{
height: 100%;
padding-bottom: 200px;
.el-form{
height: 100%;
overflow: auto;
padding: 0 245px;
}
.content {
height: 100%;
padding-bottom: 200px;
.el-form {
height: 100%;
overflow: auto;
padding: 0 245px;
}
}
.inputBh {
/deep/.el-input-group__prepend {
......@@ -91,7 +96,8 @@
padding: 0;
}
/deep/.el-input__inner {
width: 224px;
// width: 224px;
width: 260px;
}
}
// 滚动条的宽度
......@@ -130,7 +136,7 @@
.title {
display: flex;
margin-top: 30px;
margin-top: 30px;
div {
font-size: 16px;
font-family: HarmonyOS_Sans_SC;
......@@ -165,15 +171,26 @@
margin-left: 24px;
}
/deep/.el-textarea__inner {
width: 722px;
width: 845px;
height: 76px;
overflow: auto;
}
/deep/.el-row {
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 {
width: 264px;
width: 300px;
}
/deep/.el-form-item__label {
width: 160px;
......@@ -182,6 +199,58 @@
font-family: HarmonyOS_Sans_SC;
color: #333333;
}
/deep/.el-divider--horizontal{
width: 89% !important;
}
\ No newline at end of file
/deep/.el-divider--horizontal {
width: 89% !important;
}
.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