Browse Source

maint(frontend): update file input style

wangweimin 5 years ago
parent
commit
b71cb9b406
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pywebio/html/css/app.css

+ 4 - 0
pywebio/html/css/app.css

@@ -129,3 +129,7 @@ img {
         opacity: 1
     }
 }
+
+.custom-file {
+    margin-bottom: 8px;
+}