Commit 347f1481 by 刘泽奇

123

parent dc89e69b
......@@ -19,7 +19,7 @@
<script src="/js/echarts/echarts.min.js"></script>
<body>
<div id="app" style="">
<div id="app" style="visibility: hidden;">
<div>
<div id="embedwarpper">
<div>
......
#app {
width: 100%;
overflow: hidden;
height: 100vh;
}
#embedwarpper {
......@@ -11,10 +13,12 @@
}
#embedwarpper>div {
overflow-y: auto;
height: 100vh;
width: 100%;
background: #fff;
box-sizing: border-box;
padding: 20px;
border-radius:2px;
border:1px solid rgba(230,232,233,1);
border-radius: 2px;
border: 1px solid rgba(230, 232, 233, 1);
}
\ No newline at end of file
......@@ -232,6 +232,7 @@ function getQueryStringMap() {
};
},
created() {
$("#app").css("visibility",'visible');
/**是否微信登录 */
// var arr = location.href.split('?');
// if(arr && arr.length>1){
......
......@@ -284,7 +284,7 @@
.brandfind-main-equal-form {
box-sizing: border-box;
width: 48%;
width: 50%;
height: 256px;
border: 1px solid #F7F7F8;
padding: 20px 30px 30px 30px;
......@@ -606,4 +606,5 @@
.brandfind-list-page .el-pagination {
margin-top: 18px;
float: right;
margin-bottom: 18px;
}
\ No newline at end of file
......@@ -31,6 +31,9 @@
"express": "^4.16.2",
"express-session": "^1.15.6",
"gm": "^1.23.1",
"gulp-imagemin": "^6.2.0",
"gulp-minify-css": "^1.2.4",
"imagemin-pngquant": "^8.0.0",
"merge-stream": "^2.0.0",
"method-override": "^2.3.10",
"mongoose": "^5.6.13",
......
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