Browse Source

暂时样式兼容处理

newStyle
风继续吹 1 year ago
parent
commit
fcc2bd6b2f
1 changed files with 7 additions and 5 deletions
  1. +7
    -5
      src/page/bi/bi.vue

+ 7
- 5
src/page/bi/bi.vue View File

@@ -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;


Loading…
Cancel
Save