Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-4
Commits
0217c87b
Commit
0217c87b
authored
Sep 03, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改应用布局
parent
5e996844
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
data-dimension.vue
src/views/apps/customer-app/data-dimension.vue
+5
-1
index.vue
src/views/apps/customer-app/index.vue
+3
-3
No files found.
src/views/apps/customer-app/data-dimension.vue
View file @
0217c87b
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 11:36:51
* @LastEditors: 无尘
* @LastEditTime: 2020-09-0
2 18:26:40
* @LastEditTime: 2020-09-0
3 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
;
}
}
...
...
src/views/apps/customer-app/index.vue
View file @
0217c87b
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-0
2 18:27:36
* @LastEditTime: 2020-09-0
3 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
:
157
px
;
min-width
:
205
px
;
height
:
100%
;
background
:
#fff
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
}
.apps-content-right
{
width
:
calc
(
100%
-
120
px
);
width
:
calc
(
100%
-
205
px
);
padding-left
:
10px
;
background
:
#f0f2f5
;
.common-app-right
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment