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 1
1
ENV = ' development'
2
2
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 1
1
$theme : #3963bc ;
2
+ $font-size-base : 14px ;
2
3
3
4
/* 布局 */
4
5
$sidebar-width : 210px ;
@@ -24,4 +25,4 @@ $table-border-color: #dee2e6;
24
25
$menuItem-hover : #0a1949 ;
25
26
$menuItem-bg : #122150 ;
26
27
$submenu-title : #c4c9d2 ;
27
- $menuItem-height : 50px ;
28
+ $menuItem-height : 50px ;
Original file line number Diff line number Diff line change 5
5
applet ,
6
6
object ,
7
7
iframe ,
8
- h1 ,
9
- h2 ,
10
- h3 ,
11
- h4 ,
12
- h5 ,
13
- h6 ,
14
8
p ,
15
9
blockquote ,
16
10
pre ,
32
26
samp ,
33
27
small ,
34
28
strike ,
29
+
35
30
strong ,
36
31
sub ,
37
32
sup ,
@@ -89,6 +84,22 @@ input {
89
84
vertical-align : baseline ;
90
85
}
91
86
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
+
92
103
article ,
93
104
aside ,
94
105
details ,
You can’t perform that action at this time.
0 commit comments