Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
99463226
authored
2023-08-03 15:30:18 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
0a267e09
31b19a98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/Popup1/index.vue
src/components/Popup1/index.vue
View file @
9946322
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
7-25 16:08:30
* @LastEditTime: 2023-0
8-03 14:50:08
-->
<
template
>
<transition
name=
"msgbox-fade"
>
...
...
@@ -136,7 +136,6 @@
}
.ls-mask-window
{
background
:
white
;
position
:
relative
;
left
:
50%
;
top
:
50%
;
...
...
@@ -162,6 +161,7 @@
}
.mask-content
{
background
:
#ffffff
;
padding
:
20px
;
width
:
100%
;
min-height
:
30%
;
...
...
Please
register
or
sign in
to post a comment