Commit ccecacd1 by liyuhang19990520

Merge branch 'dev_zwpt' of http://39.99.224.27:9022/changchao/founder_vue into dev_zwpt

parents e37dfaee 32b44215
VUE_APP_AUTO_WRITE = 0
\ No newline at end of file
VUE_APP_AUTO_WRITE = dev
\ No newline at end of file
VUE_APP_AUTO_WRITE = 1
\ No newline at end of file
VUE_APP_AUTO_WRITE = pro
\ No newline at end of file
<!--
* @Author: your name
* @Date: 2021-12-01 09:52:17
* @LastEditTime: 2022-01-10 19:49:52
* @LastEditors: your name
* @LastEditTime: 2022-01-19 13:33:43
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \指纹系统\founder_vue\public\index.html
-->
......@@ -31,13 +31,16 @@
* {
padding: 0;
margin: 0 auto;
-moz-user-select: none;
/* -moz-user-select: none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
user-select: none; */
/* cursor: default; */
}
img {
-webkit-user-drag: none;
}
.el-dialog__wrapper {
......
......@@ -189,6 +189,44 @@ export default [
},
component: () => import("@/views/bzxxgl/fhxxLL.vue")
},
{
path: "/shxxLT/:id",
name: "shxxLT",
meta: {
title: "审核信息-正查",
auth: "5",
},
component: () => import("@/views/bzxxgl/fhxxLT.vue")
},
{
path: "/shxxTL/:id",
name: "shxxTL",
meta: {
title: "审核信息-倒查",
auth: "5",
},
component: () => import("@/views/bzxxgl/fhxxTL.vue")
},
{
path: "/shxxTT/:id",
name: "shxxTT",
meta: {
title: "审核信息-查重",
auth: "5",
},
component: () => import("@/views/bzxxgl/fhxxTT.vue")
},
{
path: "/shxxLL/:id",
name: "shxxLL",
meta: {
title: "审核信息-串查",
auth: "5",
},
component: () => import("@/views/bzxxgl/fhxxLL.vue")
},
{
path: "/rgTT",
name: "rgTT",
......
<!--
* @Author: your name
* @Date: 2021-10-22 11:36:10
* @LastEditTime: 2022-01-18 17:23:00
* @LastEditTime: 2022-01-19 10:46:11
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\src\views\Editor\modules\imageEd.vue
......@@ -4327,15 +4327,6 @@ export default {
},
true
);
this.imageEditor._graphics.setImageProperties(
{
left: 0,
top: 0,
originX: "left",
originY: "top"
},
true
);
this.imageEditor.rotate(angle);
console.log(canvasImage);
......
......@@ -1679,7 +1679,170 @@ export default {
height: 30px;
}
// 去除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/.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 "scss/group";
@import "./scss/dialog_table";
@import "@/assets/css/globalBase.scss";
// @import "@/assets/css/globalBase.scss";
</style>
......@@ -1298,7 +1298,170 @@ export default {
border-color: #055fe7;
}
}
// 去除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/.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 "scss/user";
@import "./scss/dialog_table";
@import "@/assets/css/globalBase.scss";
// @import "@/assets/css/globalBase.scss";
</style>
......@@ -222,22 +222,24 @@ export default {
*/
goFhOrSh(isSh) {
let _that = this
let _path
logger.info('goFhOrSh-isSh',isSh)
let _path = isSh === 'true' ? 's' : 'f'
switch (_that.params.querytype) {
case 0:// 查重
_path = 'fhxxTT/' + _that.params.id
_path += 'hxxTT/' + _that.params.id
break
case 1:// 倒查
_path = 'fhxxTL/' + _that.params.id
_path += 'hxxTL/' + _that.params.id
break
case 2:// 正查
_path = 'fhxxLT/' + _that.params.id
_path += 'hxxLT/' + _that.params.id
break
case 3:// 串查
_path = 'fhxxLL/' + _that.params.id
_path += 'hxxLL/' + _that.params.id
break
}
logger.info('goFhOrSh_path', _path)
logger.info('goFhOrSh_router',_that.$router)
if (_path) {
let query = {
isFromSh: 'true',
......@@ -248,7 +250,7 @@ export default {
}
let routeUrl = _that.$router.resolve({
path: _path,
query: query
query: query,
})
window.open(routeUrl.href, '_self')
}
......
......@@ -34,7 +34,8 @@
</div>
<div class="content-item">
<div class="label-name">案发地点:</div>
<el-tooltip class="item" effect="dark" :content="allData.asjfsddDzmc" placement="top">
<el-tooltip class="item" effect="dark" :content="allData.asjfsddDzmc"
placement="top">
<div class="label-value">{{allData.asjfsddDzmc}}</div>
</el-tooltip>
</div>
......@@ -54,13 +55,15 @@
</div> -->
<div class="content-item">
<div class="label-name">案件类别:</div>
<el-tooltip class="item" effect="dark" :content="allData.asjfsddDzmc" placement="top">
<el-tooltip class="item" effect="dark" :content="allData.asjfsddDzmc"
placement="top">
<div class="label-value">{{allData.asjfsddDzmc}}</div>
</el-tooltip>
</div>
<div class="content-item">
<div class="label-name">源逻辑库:</div>
<el-tooltip class="item" effect="dark" :content="allData.srcLogicDatabaseName" placement="top">
<el-tooltip class="item" effect="dark" :content="allData.srcLogicDatabaseName"
placement="top">
<div class="label-value">{{allData.srcLogicDatabaseName}}</div>
</el-tooltip>
</div>
......@@ -91,7 +94,8 @@
</div>
<div class="content-item">
<div class="label-name">案发地点:</div>
<el-tooltip class="item" effect="dark" :content="allData.srcLogicDatabaseName" placement="top">
<el-tooltip class="item" effect="dark" :content="allData.srcLogicDatabaseName"
placement="top">
<div class="label-value">{{allData.srcLogicDatabaseName}}</div>
</el-tooltip>
</div>
......@@ -111,13 +115,15 @@
</div> -->
<div class="content-item">
<div class="label-name">案件类别:</div>
<el-tooltip class="item" effect="dark" :content="allData.destAjlb" placement="top">
<el-tooltip class="item" effect="dark" :content="allData.destAjlb"
placement="top">
<div class="label-value">{{allData.destAjlb}}</div>
</el-tooltip>
</div>
<div class="content-item">
<div class="label-name">源逻辑库:</div>
<el-tooltip class="item" effect="dark" :content="allData.srcLogicDatabaseName" placement="top">
<el-tooltip class="item" effect="dark" :content="allData.srcLogicDatabaseName"
placement="top">
<div class="label-value">{{allData.srcLogicDatabaseName}}</div>
</el-tooltip>
</div>
......@@ -303,7 +309,6 @@ export default {
}),
},
async created() {
console.log(this.$route)
this.id = this.$route.params.id
if (this.$route.query.isFromSh) {
this.isFromSh = this.$route.query.isFromSh
......@@ -318,6 +323,8 @@ export default {
if (this.$route.query.shxx) {
this.shxx = JSON.parse(this.$route.query.shxx)
}
logger.info("$route-LL",this.$route)
this.getData()
},
methods: {
......@@ -344,7 +351,7 @@ export default {
}).then(res => {
console.log(res)
if (res.data.code === 0) {
if(res.data.ret.image != null) {
if (res.data.ret.image != null) {
self.$bus.emit('changImageEdit', res.data.ret.image)
} else {
self.$bus.emit('changImageEdit', 'xxx')
......@@ -363,7 +370,7 @@ export default {
}).then(res => {
console.log(res)
if (res.data.code === 0) {
if(res.data.ret.image != null) {
if (res.data.ret.image != null) {
self.$bus.emit('changImageEditTarget', res.data.ret.image)
} else {
self.$bus.emit('changImageEditTarget', 'xxx')
......
......@@ -70,11 +70,13 @@
<div class="content-item content-item2">
<div class="label-name">姓名:</div>
<div class="label-value">
<el-tooltip class="item" effect="dark" :content="allData.xm" placement="top">
<el-tooltip class="item" effect="dark" :content="allData.xm"
placement="top">
<span class="xmbm">{{allData.xm}}</span>
</el-tooltip>
<div class="label-name2">别名/绰号:</div>
<el-tooltip class="item" effect="dark" :content="allData.bmch" placement="top">
<el-tooltip class="item" effect="dark" :content="allData.bmch"
placement="top">
<div class="label-value2 xmbm">{{allData.bmch}}</div>
</el-tooltip>
</div>
......@@ -276,7 +278,6 @@ export default {
}),
},
created() {
console.log(this.$route)
this.id = this.$route.params.id
if (this.$route.query.isFromSh) {
this.isFromSh = this.$route.query.isFromSh
......@@ -291,6 +292,9 @@ export default {
if (this.$route.query.shxx) {
this.shxx = JSON.parse(this.$route.query.shxx)
}
logger.info('$route-LT', this.$route)
this.getData()
},
mounted() {
......@@ -329,7 +333,7 @@ export default {
}
}).then(res => {
if (res.data.code === 0) {
if(res.data.ret.image != null) {
if (res.data.ret.image != null) {
self.$bus.emit('changImageEditTarget', res.data.ret.image)
} else {
self.$bus.emit('changImageEditTarget', 'xxx')
......@@ -349,7 +353,7 @@ export default {
}
}).then(res => {
if (res.data.code === 0) {
if(res.data.ret.image != null) {
if (res.data.ret.image != null) {
self.$bus.emit('changImageEditTarget', res.data.ret.image)
} else {
self.$bus.emit('changImageEditTarget', 'xxx')
......@@ -369,7 +373,7 @@ export default {
}
}).then(res => {
if (res.data.code === 0) {
if(res.data.ret.image != null) {
if (res.data.ret.image != null) {
self.$bus.emit('changImageEditTarget', res.data.ret.image)
} else {
self.$bus.emit('changImageEditTarget', 'xxx')
......@@ -399,7 +403,7 @@ export default {
}).then(res => {
console.log(res)
if (res.data.code === 0) {
if(res.data.ret.image != null) {
if (res.data.ret.image != null) {
self.$bus.emit('changImageEdit', res.data.ret.image)
} else {
self.$bus.emit('changImageEdit', 'xxx')
......
......@@ -304,7 +304,6 @@ export default {
}
},
created () {
console.log(this.$route)
this.id = this.$route.params.id
if (this.$route.query.isFromSh) {
this.isFromSh = this.$route.query.isFromSh
......@@ -318,6 +317,8 @@ export default {
if (this.$route.query.shxx) {
this.shxx = JSON.parse(this.$route.query.shxx)
}
logger.info("$route-TL",this.$route)
this.getData()
},
methods: {
......
......@@ -457,11 +457,13 @@
<div class="content-item content-item2">
<div class="label-name">姓名:</div>
<div class="label-value">
<el-tooltip class="item" effect="dark" :content="allData.xm" placement="top">
<el-tooltip class="item" effect="dark" :content="allData.xm"
placement="top">
<span class="xmbm">{{allData.xm}}</span>
</el-tooltip>
<div class="label-name2">别名/绰号:</div>
<el-tooltip class="item" effect="dark" :content="allData.bmch" placement="top">
<el-tooltip class="item" effect="dark" :content="allData.bmch"
placement="top">
<div class="label-value2 xmbm">{{allData.bmch}}</div>
</el-tooltip>
</div>
......@@ -520,11 +522,13 @@
<div class="content-item content-item2">
<div class="label-name">姓名:</div>
<div class="label-value">
<el-tooltip class="item" effect="dark" :content="allData.destXm" placement="top">
<el-tooltip class="item" effect="dark" :content="allData.destXm"
placement="top">
<span class="xmbm">{{allData.destXm}}</span>
</el-tooltip>
<div class="label-name2">别名/绰号:</div>
<el-tooltip class="item" effect="dark" :content="allData.destBmch" placement="top">
<el-tooltip class="item" effect="dark" :content="allData.destBmch"
placement="top">
<div class="label-value2 xmbm">{{allData.destBmch}}</div>
</el-tooltip>
</div>
......@@ -941,6 +945,9 @@ export default {
if (this.$route.query.shxx) {
this.shxx = JSON.parse(this.$route.query.shxx)
}
logger.info("$route-TT",this.$route)
this.getData()
},
mounted() {
......@@ -1793,11 +1800,12 @@ export default {
border-bottom: 1px solid #eeeeee;
box-shadow: 0px 1px 10px 0px rgba(5, 95, 231, 0.3);
padding: 0 24px;
padding-bottom: 10px!important;
padding-bottom: 10px !important;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
.label {
align-self: flex-start;
font-size: 20px;
......@@ -1806,10 +1814,12 @@ export default {
color: #FA9500;
line-height: 22px;
margin-top: 14px;
> img {
width: 210px;
height: 40px;
}
> span {
position: absolute;
top: 18px;
......@@ -2084,6 +2094,7 @@ export default {
width: auto;
height: 700px;
padding-left: 120px;
.data-label {
margin: 0 16px 0 24px;
height: 700px;
......@@ -2124,7 +2135,7 @@ export default {
.finger-data {
margin-top: -10px;
height: 700px;
width: 1500px!important;
width: 1500px !important;
//overflow: scroll;
overflow: hidden;
......@@ -2150,9 +2161,11 @@ export default {
border-radius: 8px;
border: 1px solid #cccccc;
cursor: pointer;
img {
border-radius: 8px;
}
.img {
object-fit: contain;
margin-top: 35%;
......
......@@ -369,6 +369,169 @@ export default {
</script>
<style scoped lang="scss">
// 去除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/.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 "scss/xtfkgl_main";
</style>
......@@ -375,5 +375,168 @@ export default {
</script>
<style scoped lang="scss">
// 去除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/.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 "scss/xtfkgl_main";
</style>
......@@ -129,5 +129,5 @@ export default {
<style scoped lang="scss">
@import "scss/xtfkgl_main";
@import "@/assets/css/globalBase.scss";
// @import "@/assets/css/globalBase.scss";
</style>
<!--
* @Author: your name
* @Date: 2021-09-07 10:31:34
* @LastEditTime: 2022-01-19 09:25:45
* @LastEditTime: 2022-01-19 13:51:06
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\zzwlr\Index.vue
......@@ -355,6 +355,7 @@
};
},
mounted () {
console.log(process.env.VUE_APP_AUTO_WRITE);
// console.log(this.$route.query.barcode)
if (this.$route.params.type === "edit") {
this.edit = "修改人员";
......@@ -378,7 +379,7 @@
},
methods: {
auto () {
if (process.env.VUE_APP_AUTO_WRITE == 0) {
if (process.env.VUE_APP_AUTO_WRITE == 'dev') {
var code = "";
for (var i = 0; i < 22; i++) {
var r1 = parseInt(Math.random() * this.numbers.length)
......
/*
* @Author: your name
* @Date: 2021-09-07 09:57:48
* @LastEditTime: 2022-01-19 09:43:04
* @LastEditTime: 2022-01-19 13:55:08
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\vue.config.js
......@@ -111,9 +111,9 @@ module.exports = {
"/api": {
// target: "http://192.168.0.137:8080/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/
// target: "http://192.168.128.166:8099/", // 张 认定
// target: "http://192.168.128.108:8099", // 湖南-马
target: "http://192.168.128.108:8099", // 湖南-马
// target: "http://192.168.128.116:8099", // 湖南-王
target: "http://192.168.128.122:8099", // 湖南-张呈光
// target: "http://192.168.128.122:8099", // 湖南-张呈光
// target: "http://172.18.116.73:8099/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/ ma
// target: "http://127.0.0.1:8099",
// target: "http://47.92.225.109:5602",
......
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