src/views/reportAnalysis/productionAnalysis/components/PanelHeader.vue
@@ -1,7 +1,5 @@ <template> <div class="panel-header"> <span class="panel-title">{{ title }}</span> </div> <div class="panel-header bi-title-bar">{{ title }}</div> </template> <script setup> @@ -13,21 +11,3 @@ } }) </script> <style scoped> .panel-header { background-image: url("@/assets/BI/kehuhetongback@2x.png"); background-size: 100% 100%; background-position: center; background-repeat: no-repeat; } .panel-title { width: 100%; font-weight: 500; font-size: 16px; color: #D9ECFF; padding-left: 46px; line-height: 36px; } </style>