|
@@ -12,8 +12,9 @@
|
|
|
<view class="list-box">
|
|
|
<uni-list>
|
|
|
<uni-list-item v-for="item in reportList" :key="item.id" :title="item.reportTableName"
|
|
|
- :note="item.createTime" :thumb="item.imgUrl" thumb-size="medium" link
|
|
|
- :to="`/pages/reportForm/report-detail/index?id=${item.id}&title=${item.reportTableName}`">
|
|
|
+ :note="item.createTime" :thumb="item.imgUrl" thumb-size="sm" link
|
|
|
+ :to="`/pages/reportForm/report-detail/index?id=${item.id}&title=${item.reportTableName}`"
|
|
|
+ >
|
|
|
</uni-list-item>
|
|
|
</uni-list>
|
|
|
<view v-if="monthQuery" class="query-screen">
|
|
@@ -157,7 +158,7 @@
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style lang="scss" scoped>
|
|
|
+<style scoped>
|
|
|
.query-box {
|
|
|
|
|
|
.query {
|
|
@@ -226,7 +227,7 @@
|
|
|
}
|
|
|
|
|
|
.list-box {
|
|
|
- margin-top: 40rpx;
|
|
|
+ margin-top: 0rpx;
|
|
|
position: relative;
|
|
|
|
|
|
.modal {
|
|
@@ -237,4 +238,14 @@
|
|
|
background: rgba(0, 0, 0, 0.5);
|
|
|
}
|
|
|
}
|
|
|
+ ::v-deep .uni-list-item__content-title {
|
|
|
+ font-size: 28rpx !important;
|
|
|
+ }
|
|
|
+ ::v-deep .uni-list-item__icon-img {
|
|
|
+ width: 30px !important;
|
|
|
+ height: 30px !important;
|
|
|
+ }
|
|
|
+ ::v-deep .uni-list-item__container {
|
|
|
+ padding: 10px 30px !important;
|
|
|
+ }
|
|
|
</style>
|