Commit bbbe5094 authored by Nature's avatar Nature
parents 8a895c10 757c6e23
...@@ -37,12 +37,12 @@ export default { ...@@ -37,12 +37,12 @@ export default {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
padding-bottom: 44px; // padding-bottom: 44px;
// background-color: $bgColor; // background-color: $bgColor;
} }
.platform-ios{ .platform-ios{
.h-view{ .h-view{
padding-bottom: 64px; // padding-bottom: 64px;
} }
} }
...@@ -50,7 +50,7 @@ export default { ...@@ -50,7 +50,7 @@ export default {
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) { @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
.platform-ios { .platform-ios {
.h-view { .h-view {
padding-bottom: 120px; // padding-bottom: 120px;
} }
} }
} }
...@@ -59,7 +59,7 @@ export default { ...@@ -59,7 +59,7 @@ export default {
@media only screen and (device-width: 414px) and (device-height: 896px) { @media only screen and (device-width: 414px) and (device-height: 896px) {
.platform-ios { .platform-ios {
.h-view { .h-view {
padding-bottom: 120px; // padding-bottom: 120px;
} }
} }
} }
......
import BottomTab from './components/BottomTab/index' import BottomTab from './components/BottomTab/index'
import CheckBox from './components/CheckBox/index' import CheckBox from './components/CheckBox/index'
import Notify from './components/Dialog/Notify' import Notify from './components/Dialog/Notify'
...@@ -30,12 +29,6 @@ import componentInstall from './components/component' ...@@ -30,12 +29,6 @@ import componentInstall from './components/component'
import appStyle from '../packages/common/styles/app.core.less' import appStyle from '../packages/common/styles/app.core.less'
import hlsPopup from '../packages/common/scripts/hlsPopup'
import hlsUtil from '../packages/common/scripts/hlsUtil'
import { post, get } from '../packages/common/scripts/hlsHttp'
import directives from '../packages/common/scripts/directives'
import filter from '../packages/common/scripts/filter'
const version = '0.0.2' const version = '0.0.2'
export { export {
...@@ -68,10 +61,4 @@ export { ...@@ -68,10 +61,4 @@ export {
NumberKeyboardPlugin, NumberKeyboardPlugin,
version, version,
componentInstall, componentInstall,
hlsPopup,
hlsUtil,
post,
get,
directives,
filter,
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment