Browse Source

样式调整

MaiXinRong 5 years ago
parent
commit
e430435f4b
1 changed files with 8 additions and 0 deletions
  1. 8 0
      app/public/css/main.css

+ 8 - 0
app/public/css/main.css

@@ -654,6 +654,9 @@ font-size: .875rem;
   width:inherit;
   height: inherit;
 }
+.pageContainer canvas{
+  background: #fff
+}
 .m-close-side{
   position: absolute;
   right:-1px;
@@ -850,3 +853,8 @@ legend {
 .form-text{
   font-size:12px;
 }
+.btn-sm .badge{
+  font-size:10px;
+  padding:.2em .4em;
+  top:0;
+}