样式修改

This commit is contained in:
na.guo
2020-08-04 16:22:44 +08:00
parent 67fdad72ff
commit 133d2e6861
8 changed files with 28 additions and 3 deletions

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -209,7 +209,7 @@ export default {
},
toDetail(manageCode) {
this.$router.push({
path: '/institutionalPerform/UnderOffice',
path: '/institutionalPerform/ServiceDepartOffice',
query: {
manageCode: manageCode,
timeVal: this.timeVal,