Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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-3
Commits
a052badc
Commit
a052badc
authored
Apr 07, 2020
by
fairyly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改弹窗效果
parent
02b832dc
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
146 additions
and
22 deletions
+146
-22
index.html
dist/index.html
+2
-2
app.984f2487559f7e46961ee35b2db6b600.css
dist/static/css/app.984f2487559f7e46961ee35b2db6b600.css
+0
-0
public.css
dist/static/css/public.css
+72
-10
public.css
static/css/public.css
+72
-10
No files found.
dist/index.html
View file @
a052badc
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><link
rel=
"shortcut icon"
href=
./favicon.ico
><title>
好办管理平台
</title><link
rel=
stylesheet
type=
text/css
href=
//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.24.css
><link
href=
./static/css/app.5c90e6e81805b9569799dbf3d46fdaad.css
rel=
stylesheet
></head><body
style=
"min-width: 1400px;"
class=
damolish
><div
id=
app
></div><script
src=
//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/footer.2.0.04.js
></script><script>
// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();
</script><script
type=
text/javascript
src=
./static/js/manifest.ef18bf43c81cdf306346.js
></script><script
type=
text/javascript
src=
./static/js/vendor.74aa0a1e6f16f3fa6e13.js
></script><script
type=
text/javascript
src=
./static/js/app.b41724cf1d0ca8d6468a.js
></script></body></html>
\ No newline at end of file
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><link
rel=
"shortcut icon"
href=
./favicon.ico
><title>
好办管理平台
</title><link
rel=
stylesheet
type=
text/css
href=
//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.24.css
><link
href=
./static/css/app.984f2487559f7e46961ee35b2db6b600.css
rel=
stylesheet
></head><body
style=
"min-width: 1400px;"
class=
damolish
><div
id=
app
></div><script
src=
//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/footer.2.0.04.js
></script><script>
// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();
</script><script
type=
text/javascript
src=
./static/js/manifest.ef18bf43c81cdf306346.js
></script><script
type=
text/javascript
src=
./static/js/vendor.74aa0a1e6f16f3fa6e13.js
></script><script
type=
text/javascript
src=
./static/js/app.b41724cf1d0ca8d6468a.js
></script></body></html>
\ No newline at end of file
dist/static/css/app.
5c90e6e81805b9569799dbf3d46fdaad
.css
→
dist/static/css/app.
984f2487559f7e46961ee35b2db6b600
.css
View file @
a052badc
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/static/css/public.css
View file @
a052badc
...
...
@@ -322,7 +322,6 @@ input:focus {
.block
{
display
:
block
;
}
.vertical-top
{
vertical-align
:
top
;
}
...
...
@@ -1085,7 +1084,7 @@ div.el-dialog__footer {
border-top
:
0px
solid
#dcdfe6
;
}
.mult-del-textarea
textarea
{
height
:
148px
;
height
:
148px
;
}
/* 按钮 */
...
...
@@ -1110,7 +1109,6 @@ button.el-button--danger.is-plain {
border-color
:
#c4c6cf
;
}
/* 拖拽 */
.sortable-chosen.sortable-ghost
.li-cell
{
min-height
:
2px
;
...
...
@@ -1136,7 +1134,7 @@ button.el-button--danger.is-plain {
border-radius
:
50%
;
border
:
1px
solid
#e4e7ed
;
background
:
#fff
;
z-index
:
1
;
z-index
:
1
;
}
.sortable-chosen.sortable-ghost
>
.li-cell
>
.li-cell-inner
::after
{
content
:
" "
;
...
...
@@ -1147,7 +1145,6 @@ button.el-button--danger.is-plain {
height
:
2px
;
border-bottom
:
2px
solid
#e4e7ed
;
}
.sortable-chosen.sortable-ghost
>
.li-cell-copy
::before
{
content
:
" "
;
position
:
absolute
;
...
...
@@ -1158,9 +1155,8 @@ button.el-button--danger.is-plain {
border-radius
:
50%
;
border
:
1px
solid
#e4e7ed
;
background
:
#fff
;
z-index
:
1
;
z-index
:
1
;
}
.sortable-chosen.sortable-ghost
.li-cell-copy
span
{
opacity
:
0
;
}
...
...
@@ -1173,15 +1169,81 @@ button.el-button--danger.is-plain {
height
:
2px
;
border-bottom
:
2px
solid
#e4e7ed
;
}
.sortable-chosen.sortable-ghost
:parent
{
border
:
2px
solid
#e4e7ed
;
}
.el-loading-mask
.el-loading-spinner
i
{
font-size
:
50px
;
}
.el-loading-mask
.el-loading-spinner
p
{
margin
:
30px
auto
;
}
/* 弹窗效果 */
.dialog-fade-enter-active
{
-webkit-animation
:
dialog-fade-in
.3s
;
animation
:
dialog-fade-in
.3s
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
}
.dialog-fade-leave-active
{
-webkit-animation
:
dialog-fade-out
.3s
;
animation
:
dialog-fade-out
.3s
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
}
.dialog-fade-enter-active
{
transform
:
scale
(
0
);
-webkit-animation-timing-function
:
cubic-bezier
(
0.08
,
0.82
,
0.17
,
1
);
animation-timing-function
:
cubic-bezier
(
0.08
,
0.82
,
0.17
,
1
);
}
.dialog-fade-leave-active
{
-webkit-animation-timing-function
:
cubic-bezier
(
0.78
,
0.14
,
0.15
,
0.86
);
animation-timing-function
:
cubic-bezier
(
0.78
,
0.14
,
0.15
,
0.86
);
}
@-webkit-keyframes
dialog-fade-in
{
0
%
{
opacity
:
0
;
transform
:
scale
(
0
,
0
);
}
100
%
{
opacity
:
1
;
transform
:
scale
(
1
,
1
);
}
}
@keyframes
dialog-fade-in
{
0
%
{
opacity
:
0
;
transform
:
scale
(
0
,
0
);
}
100
%
{
opacity
:
1
;
transform
:
scale
(
1
,
1
);
}
}
@-webkit-keyframes
dialog-fade-out
{
0
%
{
transform
:
scale
(
1
,
1
)
}
100
%
{
opacity
:
0
;
transform
:
scale
(
0
,
0
);
}
}
@keyframes
dialog-fade-out
{
0
%
{
transform
:
scale
(
1
,
1
)
}
100
%
{
opacity
:
0
;
transform
:
scale
(
0
,
0
);
}
}
static/css/public.css
View file @
a052badc
...
...
@@ -322,7 +322,6 @@ input:focus {
.block
{
display
:
block
;
}
.vertical-top
{
vertical-align
:
top
;
}
...
...
@@ -1085,7 +1084,7 @@ div.el-dialog__footer {
border-top
:
0px
solid
#dcdfe6
;
}
.mult-del-textarea
textarea
{
height
:
148px
;
height
:
148px
;
}
/* 按钮 */
...
...
@@ -1110,7 +1109,6 @@ button.el-button--danger.is-plain {
border-color
:
#c4c6cf
;
}
/* 拖拽 */
.sortable-chosen.sortable-ghost
.li-cell
{
min-height
:
2px
;
...
...
@@ -1136,7 +1134,7 @@ button.el-button--danger.is-plain {
border-radius
:
50%
;
border
:
1px
solid
#e4e7ed
;
background
:
#fff
;
z-index
:
1
;
z-index
:
1
;
}
.sortable-chosen.sortable-ghost
>
.li-cell
>
.li-cell-inner
::after
{
content
:
" "
;
...
...
@@ -1147,7 +1145,6 @@ button.el-button--danger.is-plain {
height
:
2px
;
border-bottom
:
2px
solid
#e4e7ed
;
}
.sortable-chosen.sortable-ghost
>
.li-cell-copy
::before
{
content
:
" "
;
position
:
absolute
;
...
...
@@ -1158,9 +1155,8 @@ button.el-button--danger.is-plain {
border-radius
:
50%
;
border
:
1px
solid
#e4e7ed
;
background
:
#fff
;
z-index
:
1
;
z-index
:
1
;
}
.sortable-chosen.sortable-ghost
.li-cell-copy
span
{
opacity
:
0
;
}
...
...
@@ -1173,15 +1169,81 @@ button.el-button--danger.is-plain {
height
:
2px
;
border-bottom
:
2px
solid
#e4e7ed
;
}
.sortable-chosen.sortable-ghost
:parent
{
border
:
2px
solid
#e4e7ed
;
}
.el-loading-mask
.el-loading-spinner
i
{
font-size
:
50px
;
}
.el-loading-mask
.el-loading-spinner
p
{
margin
:
30px
auto
;
}
/* 弹窗效果 */
.dialog-fade-enter-active
{
-webkit-animation
:
dialog-fade-in
.3s
;
animation
:
dialog-fade-in
.3s
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
}
.dialog-fade-leave-active
{
-webkit-animation
:
dialog-fade-out
.3s
;
animation
:
dialog-fade-out
.3s
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
}
.dialog-fade-enter-active
{
transform
:
scale
(
0
);
-webkit-animation-timing-function
:
cubic-bezier
(
0.08
,
0.82
,
0.17
,
1
);
animation-timing-function
:
cubic-bezier
(
0.08
,
0.82
,
0.17
,
1
);
}
.dialog-fade-leave-active
{
-webkit-animation-timing-function
:
cubic-bezier
(
0.78
,
0.14
,
0.15
,
0.86
);
animation-timing-function
:
cubic-bezier
(
0.78
,
0.14
,
0.15
,
0.86
);
}
@-webkit-keyframes
dialog-fade-in
{
0
%
{
opacity
:
0
;
transform
:
scale
(
0
,
0
);
}
100
%
{
opacity
:
1
;
transform
:
scale
(
1
,
1
);
}
}
@keyframes
dialog-fade-in
{
0
%
{
opacity
:
0
;
transform
:
scale
(
0
,
0
);
}
100
%
{
opacity
:
1
;
transform
:
scale
(
1
,
1
);
}
}
@-webkit-keyframes
dialog-fade-out
{
0
%
{
transform
:
scale
(
1
,
1
)
}
100
%
{
opacity
:
0
;
transform
:
scale
(
0
,
0
);
}
}
@keyframes
dialog-fade-out
{
0
%
{
transform
:
scale
(
1
,
1
)
}
100
%
{
opacity
:
0
;
transform
:
scale
(
0
,
0
);
}
}
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