Browse Source

名称居左

Karsa 2 years ago
parent
commit
025c83c842
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/sheetShow/index.vue

+ 2 - 1
src/views/sheetShow/index.vue

@@ -69,7 +69,8 @@ getInfo()
   .title {
     font-size: 17px;
     font-weight: normal;
-    text-align: center;
+    padding: 0 10px;
+    // text-align: center;
     margin-bottom: 8px;
   }
 }