@conecli/cone-render 0.8.15-beta.35 → 0.8.15-beta.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,14 +12,15 @@
|
|
|
12
12
|
}
|
|
13
13
|
.taro_router,
|
|
14
14
|
.taro_page {
|
|
15
|
-
height: auto!important;
|
|
16
|
-
max-height: inherit!important;
|
|
17
|
-
overflow: auto!important;
|
|
15
|
+
height: auto !important;
|
|
16
|
+
max-height: inherit !important;
|
|
17
|
+
overflow: auto !important;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.taro_router {
|
|
21
21
|
min-height: 800PX;
|
|
22
|
-
|
|
22
|
+
// TODO: 这里的全局样式,用于本地开发工具装修端。但经打包后会影响浏览端样式,使得多出一段间距。暂时屏蔽处理
|
|
23
|
+
// padding-bottom: 50PX;
|
|
23
24
|
.taro_page {
|
|
24
25
|
position: static!important;
|
|
25
26
|
}
|