@@ -196,6 +196,8 @@ export default {
}
.isActive {
color: #025baa;
+ font-weight: bolder;
+ background: linear-gradient(360deg, rgba(2, 91, 170, 0.1) 0%, rgba(2, 91, 170, 0) 100%);
.other-bottom {
@@ -113,7 +113,7 @@ export default {
<style lang="less">
.zhsx-box {
.el-dialog__header {
- padding: 16px 24px;
+ padding: 16px 50px;
.el-dialog__title {
font-size: 16px;
@@ -149,7 +149,13 @@ export default {
font-family: MicrosoftYaHei;
color: rgba(31, 36, 41, 1);
border: 1px solid rgba(195, 199, 203, 1);
- border-radius: 4px;
+ background: #fff;
+ }
+ /deep/.el-tabs__item:nth-child(2) {
+ border-radius: 4px 0 0 4px;
+ /deep/.el-tabs__item:last-child {
+ border-radius: 0 4px 4px 0;
.el-tabs,
.el-tabs__content {
@@ -19,7 +19,7 @@
@change='getZhjl'
width='200'
tipPlace='top'
- caption='政府部门'
+ caption='政府部门:'
size='small'
v-model='searVal'
style='margin-right:12px'
@@ -44,7 +44,7 @@
<el-table-column prop label='政府部门' width='80'>
<template slot-scope='{row}'>{{row.department||'--'}}</template>
</el-table-column>
- <el-table-column prop label='记录事项' :show-overflow-tooltip='true' width="700">
+ <el-table-column prop label='记录事项' :show-overflow-tooltip='true' width='700'>
<template slot-scope='{row}'>{{row.recordsx||'--'}}</template>
<el-table-column prop label='工作要求' width='160'>
@@ -220,9 +220,12 @@ export default {
justify-content: flex-end;
margin-top: 28px;
- .el-input__inner {
- border: none;
+ .picker-box {
+ .el-input__inner {
+ border: none;
+
.el-range-editor.el-input__inner {
padding: 3px 0px;