Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
b0dad784
Commit
b0dad784
authored
Nov 18, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
347f1481
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
11 deletions
+15
-11
embed_applications/app/front/entry/index.ejs
+8
-8
embed_applications/app/front/entry/public/css/index.css
+7
-3
embed_applications/app/front/entry/public/css/pagecom.css
+0
-0
No files found.
embed_applications/app/front/entry/index.ejs
View file @
b0dad784
...
@@ -21,15 +21,15 @@
...
@@ -21,15 +21,15 @@
<body>
<body>
<div
id=
"app"
style=
"visibility: hidden;"
>
<div
id=
"app"
style=
"visibility: hidden;"
>
<div>
<div>
<div
id=
"embedwarpper"
>
<el-scrollbar
style=
"height:100%"
>
<div>
<div
id=
"embedwarpper"
>
<router-view
name=
"default"
v-loading
.
fullscreen
.
lock=
"loading"
<div>
element-loading-text=
"拼命加载中"
element-loading-spinner=
"el-icon-loading"
<router-view
name=
"default"
v-loading
.
fullscreen
.
lock=
"loading"
element-loading-text=
"拼命加载中"
element-loading-background=
"rgba(0, 0, 0, 0.8)"
>
element-loading-spinner=
"el-icon-loading"
element-loading-background=
"rgba(0, 0, 0, 0.8)"
>
</router-view>
</router-view>
</div>
</div>
</div>
</el-scrollbar>
</div>
</div>
</div>
...
...
embed_applications/app/front/entry/public/css/index.css
View file @
b0dad784
#app
{
#app
{
width
:
100%
;
width
:
100%
;
overflow
:
hidden
;
}
#app
>
div
{
height
:
100vh
;
height
:
100vh
;
overflow-x
:
hidden
;
}
}
#embedwarpper
{
#embedwarpper
{
...
@@ -10,15 +13,15 @@
...
@@ -10,15 +13,15 @@
min-height
:
866px
;
min-height
:
866px
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
background
:
#F2F4F5
;
background
:
#F2F4F5
;
}
}
#embedwarpper
>
div
{
#embedwarpper
>
div
{
overflow-y
:
auto
;
height
:
100vh
;
width
:
100%
;
width
:
100%
;
background
:
#fff
;
background
:
#fff
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
20px
;
padding
:
20px
;
border-radius
:
2px
;
border-radius
:
2px
;
border
:
1px
solid
rgba
(
230
,
232
,
233
,
1
);
border
:
1px
solid
rgba
(
230
,
232
,
233
,
1
);
}
}
\ No newline at end of file
embed_applications/app/front/entry/public/css/pagecom.css
View file @
b0dad784
This diff is collapsed.
Click to expand it.
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