소스 검색

fix: 标题样式bug修复

任一存 1 년 전
부모
커밋
b478363215
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components/TableTitle.vue

+ 2 - 0
src/components/TableTitle.vue

@@ -42,6 +42,8 @@ const props = defineProps({
     font-size: 40px;
     color: #474747;
     position: relative;
+    z-index: 0;
+    display: inline-block;
     >.deco{
       position: absolute;
       right: -15px;