|
@@ -55,8 +55,8 @@
|
|
|
* 综合事项,政府/其他部门 列表页面
|
|
|
*/
|
|
|
import Vue from 'vue'
|
|
|
-import { NavBar, List } from 'vant'
|
|
|
-Vue.use(NavBar).use(List)
|
|
|
+import { NavBar, List, Empty } from 'vant'
|
|
|
+Vue.use(NavBar).use(List).use(Empty)
|
|
|
import { queryDetailList } from '@/api/other'
|
|
|
import { mapGetters } from 'vuex'
|
|
|
import moment from 'moment'
|
|
@@ -182,7 +182,7 @@ export default {
|
|
|
width: 100%;
|
|
|
padding: 15px;
|
|
|
background-color: #fff;
|
|
|
- margin-bottom: 10px;
|
|
|
+ // margin-bottom: 10px;
|
|
|
.date-attachment,
|
|
|
.record,
|
|
|
.work,
|
|
@@ -194,7 +194,7 @@ export default {
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
color: #666666;
|
|
|
- margin-bottom: 12px;
|
|
|
+ margin-bottom: 15px;
|
|
|
.label {
|
|
|
width: 70px;
|
|
|
}
|
|
@@ -221,8 +221,8 @@ export default {
|
|
|
.show-less {
|
|
|
margin: 0 auto;
|
|
|
width: 72px;
|
|
|
- height: 30px;
|
|
|
- line-height: 30px;
|
|
|
+ height: 24px;
|
|
|
+ line-height: 24px;
|
|
|
text-align: center;
|
|
|
background: #e5eef6;
|
|
|
border-radius: 2px;
|
|
@@ -235,9 +235,10 @@ export default {
|
|
|
border-radius: 3px;
|
|
|
i {
|
|
|
position: relative;
|
|
|
- top: 2px;
|
|
|
+ top: 3px;
|
|
|
right: 3px;
|
|
|
width: 25px;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
span {
|
|
|
height: 100%;
|