mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 03:42:53 +08:00
样式修改
This commit is contained in:
@@ -395,6 +395,9 @@ export default {
|
||||
color: #232020;
|
||||
background-color: #e6e6e6;
|
||||
border-right: 1px solid #8e8d8d;
|
||||
&:last-child {
|
||||
border-right: none !important;
|
||||
}
|
||||
}
|
||||
.van-nav-bar .van-icon,
|
||||
.van-nav-bar__text {
|
||||
|
||||
@@ -393,6 +393,9 @@ export default {
|
||||
color: #232020;
|
||||
background-color: #e6e6e6;
|
||||
border-right: 1px solid #8e8d8d;
|
||||
&:last-child {
|
||||
border-right: none !important;
|
||||
}
|
||||
}
|
||||
.van-nav-bar .van-icon,
|
||||
.van-nav-bar__text {
|
||||
|
||||
@@ -392,6 +392,9 @@ export default {
|
||||
color: #232020;
|
||||
background-color: #e6e6e6;
|
||||
border-right: 1px solid #8e8d8d;
|
||||
&:last-child {
|
||||
border-right: none !important;
|
||||
}
|
||||
}
|
||||
.van-nav-bar .van-icon,
|
||||
.van-nav-bar__text {
|
||||
|
||||
@@ -190,7 +190,7 @@ export default {
|
||||
manageLv: this.manageLv,
|
||||
manageCode: this.manageCode,
|
||||
sortType: this.sortType,
|
||||
date: '2020-07-31', //this.dateVal
|
||||
date: this.dateVal, // 2020-07-31
|
||||
type: this.curMainType
|
||||
}
|
||||
// 去除对象里面是空的属性
|
||||
@@ -244,7 +244,10 @@ export default {
|
||||
<style lang="scss">
|
||||
@import '@/assets/sass/variables.scss';
|
||||
.container {
|
||||
.oneTab .van-tabs__nav--card .van-tab {
|
||||
.van-row{
|
||||
line-height: 25px;
|
||||
}
|
||||
.van-tabs__nav--card .van-tab {
|
||||
background-color: #fff;
|
||||
border-right: 1px solid #fff;
|
||||
}
|
||||
@@ -256,6 +259,10 @@ export default {
|
||||
color: #232020;
|
||||
background-color: #e6e6e6;
|
||||
border-right: 1px solid #8e8d8d;
|
||||
&:last-child {
|
||||
border-right: none !important;
|
||||
}
|
||||
|
||||
}
|
||||
.van-nav-bar .van-icon,
|
||||
.van-nav-bar__text {
|
||||
|
||||
@@ -377,6 +377,9 @@ export default {
|
||||
color: #232020;
|
||||
background-color: #e6e6e6;
|
||||
border-right: 1px solid #8e8d8d;
|
||||
&:last-child {
|
||||
border-right: none !important;
|
||||
}
|
||||
}
|
||||
.van-nav-bar .van-icon,
|
||||
.van-nav-bar__text {
|
||||
|
||||
@@ -392,6 +392,9 @@ export default {
|
||||
color: #232020;
|
||||
background-color: #e6e6e6;
|
||||
border-right: 1px solid #8e8d8d;
|
||||
&:last-child {
|
||||
border-right: none !important;
|
||||
}
|
||||
}
|
||||
.van-nav-bar .van-icon,
|
||||
.van-nav-bar__text {
|
||||
|
||||
@@ -390,6 +390,9 @@ export default {
|
||||
color: #232020;
|
||||
background-color: #e6e6e6;
|
||||
border-right: 1px solid #8e8d8d;
|
||||
&:last-child {
|
||||
border-right: none !important;
|
||||
}
|
||||
}
|
||||
.van-nav-bar .van-icon,
|
||||
.van-nav-bar__text {
|
||||
|
||||
@@ -209,7 +209,7 @@ export default {
|
||||
},
|
||||
toDetail(manageCode) {
|
||||
this.$router.push({
|
||||
path: '/institutionalPerform/UnderOffice',
|
||||
path: '/institutionalPerform/ServiceDepartOffice',
|
||||
query: {
|
||||
manageCode: manageCode,
|
||||
timeVal: this.timeVal,
|
||||
|
||||
Reference in New Issue
Block a user