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> <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…
Cancel
Save