diff --git a/.gitignore b/.gitignore index 75c76a49..385f0a20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ # OSX -# .DS_Store - +/TUIKit/ +/node_modules/ #Intellij idea .idea/ /idea/ .vscode/ /unpackage/ -.hbuilderx/launch.json +.hbuilderx/launch.json \ No newline at end of file diff --git a/App.vue b/App.vue index 80198fec..7eafac25 100644 --- a/App.vue +++ b/App.vue @@ -259,12 +259,13 @@ body { transition-duration: 300ms; } + // uni-page-body, // html, // body, // page { -// width: 100% !important; -// height: 100% !important; +// width: 100% ; +// height: 100% ; // overflow: hidden; // } diff --git a/TUIKit/assets/styles/common.scss b/TUIKit/assets/styles/common.scss index da482981..40ce2f71 100644 --- a/TUIKit/assets/styles/common.scss +++ b/TUIKit/assets/styles/common.scss @@ -16,7 +16,8 @@ img { pointer-events:none; } -body { +body{ + height: 100% important; color:#000; background:#FFF; } diff --git a/TUIKit/components/TUIChat/index.vue b/TUIKit/components/TUIChat/index.vue index 0dc2688a..377dc669 100644 --- a/TUIKit/components/TUIChat/index.vue +++ b/TUIKit/components/TUIChat/index.vue @@ -1,6 +1,6 @@