浏览代码

暂时样式兼容处理

newStyle
风继续吹 1年前
父节点
当前提交
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>
.pages {
position: relative;
width: 100vw;
width: 99.9vw;
height: 100vh;
min-width: 1200px;
display: flex;
flex-direction: column;
background: url("/img/bidata/ic_bg@2x.png") no-repeat;
background-size: 1920px 1080px;
overflow-y: auto;
overflow: scroll;

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

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

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

.head-boxs {
padding: 0 16px;


正在加载...
取消
保存