From 44cc7645bfd255291255f9da45dd88c3198d3c81 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 24 Jun 2022 08:36:16 +0800 Subject: [PATCH] 11 --- .../modules/visual/shijianchulifenxi.scss | 40 +++++---- .../shijianchuli/shijianchulifenxi.vue | 6 +- src/views/modules/visual/cpts/tb.vue | 90 +++++++++---------- 3 files changed, 69 insertions(+), 67 deletions(-) diff --git a/src/assets/scss/modules/visual/shijianchulifenxi.scss b/src/assets/scss/modules/visual/shijianchulifenxi.scss index bd965572..01f5d738 100644 --- a/src/assets/scss/modules/visual/shijianchulifenxi.scss +++ b/src/assets/scss/modules/visual/shijianchulifenxi.scss @@ -35,25 +35,7 @@ } .l_bottom { - .bottom_label { - position: relative; - padding-left: 40px; - font-size: 16px; - font-weight: 500; - color: #fff; - } - .bottom_label::after { - content: ''; - position: absolute; - top: 50%; - left: 20px; - width: 12px; - height: 12px; - box-sizing: border-box; - margin-top: -6px; - background: #2865fa; - border-radius: 50%; - } + > span { font-size: 18px; font-family: PingFang SC; @@ -66,6 +48,26 @@ } } +.bottom_label { + position: relative; + padding-left: 40px; + font-size: 16px; + font-weight: 500; + color: #fff; +} +.bottom_label::after { + content: ''; + position: absolute; + top: 50%; + left: 20px; + width: 12px; + height: 12px; + box-sizing: border-box; + margin-top: -6px; + background: #2865fa; + border-radius: 50%; +} + .g-r { .m-tb { diff --git a/src/views/modules/visual/communityGovern/shijianchuli/shijianchulifenxi.vue b/src/views/modules/visual/communityGovern/shijianchuli/shijianchulifenxi.vue index a6baa08f..44c35ded 100644 --- a/src/views/modules/visual/communityGovern/shijianchuli/shijianchulifenxi.vue +++ b/src/views/modules/visual/communityGovern/shijianchuli/shijianchulifenxi.vue @@ -47,6 +47,8 @@
+
事件总览
- - +
+ - - - +
+ {{ item }}
+
{{ item }}
- - - + + + {{ index + 1 }}
- {{ btn }} - {{ item.name }} + {{ btn }} + {{ item.name }}
-
+
加载中
-
+
- +
@@ -131,20 +129,20 @@ export default { default: false, }, }, - data() { + data () { return {}; }, watch: {}, - mounted() {}, + mounted () { }, - created() {}, + created () { }, methods: { - handleClickBtn(index, type) { + handleClickBtn (index, type) { this.$emit("operate", index, type); }, - handleClickPeople(item) { + handleClickPeople (item) { this.$router.push({ path: `/main-shuju/visual-basicinfo-people/${item.uid}`, }); @@ -193,7 +191,7 @@ export default { box-sizing: border-box; text-align: center; border: none; - padding: 10px 5px; + padding: 20px 5px; > div { overflow: hidden;