forked from drone/command-center-dashboard

chenyao
2025-03-27 e620e7c1744384f9e4d9c316ceda2a60d064bba5
feat: 去掉部分样式
1 files modified
2 ■■■ changed files
src/components/CommonTitle.vue 2 ●●● patch | view | raw | blame | history
src/components/CommonTitle.vue
@@ -14,6 +14,7 @@
</script>
<style scoped lang="scss">
    .overview-title {
        border: 1px solid red;
        height: hToV(42);
        background-image: url(@/assets/images/title-bg.png);
        background-repeat: no-repeat;
@@ -25,7 +26,6 @@
            font-weight: 400;
            font-size: 20px;
            color: #FFFFFF;
            line-height: 23px;
            text-shadow: 0px 0px 7px rgba(75,180,229,0.69), 0px 2px 8px rgba(5,28,55,0.42);
            text-align: left;
            font-style: normal;