瀏覽代碼

暂时样式兼容处理

newStyle
风继续吹 2 年之前
父節點
當前提交
fcc2bd6b2f
共有 1 個文件被更改,包括 7 次插入5 次删除
  1. +7
    -5
      src/page/bi/bi.vue

+ 7
- 5
src/page/bi/bi.vue 查看文件

@@ -1550,19 +1550,19 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.pages { .pages {
position: relative; position: relative;
width: 100vw;
width: 99.9vw;
height: 100vh; height: 100vh;
min-width: 1200px; min-width: 1200px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background: url("/img/bidata/ic_bg@2x.png") no-repeat; background: url("/img/bidata/ic_bg@2x.png") no-repeat;
background-size: 1920px 1080px; background-size: 1920px 1080px;
overflow-y: auto;
overflow: scroll;


// 头部 // 头部
.header { .header {
position: relative; position: relative;
width: 100%;
width: 1920px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;


@@ -1686,7 +1686,8 @@ export default {
// 内容部分 // 内容部分
.bodys { .bodys {
padding: 0 0 30px 0; padding: 0 0 30px 0;
width: 100%;
flex-shrink: 0;
width: 1920px;
display: grid; display: grid;
grid-template-columns: 460px 936px 460px; grid-template-columns: 460px 936px 460px;
grid-column-gap: 16px; grid-column-gap: 16px;
@@ -1931,7 +1932,8 @@ export default {


.caseRanking { .caseRanking {
padding: 0 0 30px 0; padding: 0 0 30px 0;
width: 100%;
flex-shrink: 0;
width: 1920px;


.head-boxs { .head-boxs {
padding: 0 16px; padding: 0 16px;


Loading…
取消
儲存