File tree Expand file tree Collapse file tree 3 files changed +20
-8
lines changed
Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 11ENV = ' development'
22
3- VUE_APP_BASE_URL = ' http://127.0.0.1:5000/'
3+ VUE_APP_BASE_URL = ' http://127.0.0.1:5000/'
Original file line number Diff line number Diff line change 11$theme : #3963bc ;
2+ $font-size-base : 14px ;
23
34/* 布局 */
45$sidebar-width : 210px ;
@@ -24,4 +25,4 @@ $table-border-color: #dee2e6;
2425$menuItem-hover : #0a1949 ;
2526$menuItem-bg : #122150 ;
2627$submenu-title : #c4c9d2 ;
27- $menuItem-height : 50px ;
28+ $menuItem-height : 50px ;
Original file line number Diff line number Diff line change 55applet ,
66object ,
77iframe ,
8- h1 ,
9- h2 ,
10- h3 ,
11- h4 ,
12- h5 ,
13- h6 ,
148p ,
159blockquote ,
1610pre ,
3226samp ,
3327small ,
3428strike ,
29+
3530strong ,
3631sub ,
3732sup ,
@@ -89,6 +84,22 @@ input {
8984 vertical-align : baseline ;
9085}
9186
87+ h1 {
88+ font-size : #{$font-size-base + 6px } ;
89+ }
90+
91+ h2 {
92+ font-size : #{$font-size-base + 4px } ;
93+ }
94+
95+ h3 {
96+ font-size : #{$font-size-base + 2px } ;
97+ }
98+
99+ h4 , h5 , h6 , p {
100+ font-size : inherit ;
101+ }
102+
92103article ,
93104aside ,
94105details ,
You can’t perform that action at this time.
0 commit comments