Commit 0217c87b by 无尘

fix: 修改应用布局

parent 5e996844
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 11:36:51
* @LastEditors: 无尘
* @LastEditTime: 2020-09-02 18:26:40
* @LastEditTime: 2020-09-03 09:37:12
-->
<template>
......@@ -218,7 +218,11 @@ export default {
.m-b-18 {
margin-bottom: 18px;
}
.data-dimension-table_left {
width: calc((100% - 47px)/2);
}
.data-dimension-table_right {
width: calc((100% - 47px)/2);
margin-left: 47px;
}
}
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-02 18:27:36
* @LastEditTime: 2020-09-03 09:31:58
-->
<template>
<div class="my-customer-wrap common-set-wrap">
......@@ -180,14 +180,14 @@ export default {
padding: 0px;
.apps-content {
.apps-content-left {
min-width: 157px;
min-width: 205px;
height: 100%;
background: #fff;
overflow-x: hidden;
overflow-y: auto;
}
.apps-content-right {
width: calc(100% - 120px);
width: calc(100% - 205px);
padding-left: 10px;
background: #f0f2f5;
.common-app-right {
......
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