

diff --git a/epmet-oper-web/src/assets/scss/modules/wx-mini/voice.scss b/epmet-oper-web/src/assets/scss/modules/wx-mini/voice.scss index 5eb39e3..4c44c26 100644 --- a/epmet-oper-web/src/assets/scss/modules/wx-mini/voice.scss +++ b/epmet-oper-web/src/assets/scss/modules/wx-mini/voice.scss @@ -66,6 +66,38 @@ overflow: hidden; background: rgba(255, 255, 255, 1); + .tag{ + height: 40px; + display: flex; + justify-content: flex-start; + .tab_item{ + margin:10px; + .tab_item_name{ + padding:0 10px; + height: 25px; + background: #CCCCCC; + opacity: 0.8; + border-radius: 6px; + text-align: center; + font-size: 13px; + font-family: PingFang SC; + font-weight: 500; + color: #999999; + line-height: 25px; + } + .tab_item_focus{ + background: #D32104; + font-size: 13px; + font-family: PingFang SC; + font-weight: 500; + color: #FFFFFF; + line-height: 25px; + opacity: 1; + } + } + + } + .d-cpt-title { position: relative; margin: 10px 10px 0 10px; diff --git a/epmet-oper-web/src/components/wx-index/cpt-item.vue b/epmet-oper-web/src/components/wx-index/cpt-item.vue index 6053469..7dd72bc 100644 --- a/epmet-oper-web/src/components/wx-index/cpt-item.vue +++ b/epmet-oper-web/src/components/wx-index/cpt-item.vue @@ -27,10 +27,11 @@ :item=item :isFocused=isFocused> - +