瀏覽代碼

:lipstick:

Vanessa 2 年之前
父節點
當前提交
0df0fa4943
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/src/assets/scss/_function.scss

+ 3 - 0
app/src/assets/scss/_function.scss

@@ -17,14 +17,17 @@
   &__hr {
   &__hr {
     height: 8px;
     height: 8px;
     display: block;
     display: block;
+    flex-shrink: 0;
 
 
     &--b {
     &--b {
       display: block;
       display: block;
       height: 16px;
       height: 16px;
+      flex-shrink: 0;
     }
     }
 
 
     &--small {
     &--small {
       height: 4px;
       height: 4px;
+      flex-shrink: 0;
     }
     }
   }
   }