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
66334440
authored
2023-08-11 16:49:06 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
弹框文字模糊问题修改
1 parent
aa061113
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
src/components/Popup/index.vue
src/components/Popup1/index.vue
src/components/ywPopup/index.vue
src/components/Popup/index.vue
View file @
6633444
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
7-25 16:06:21
* @LastEditTime: 2023-0
8-11 16:48:17
-->
<
template
>
<transition
name=
"msgbox-fade"
v-if=
"myShow"
>
...
...
@@ -149,7 +149,7 @@
min-height
:
200px
;
transform
:
translate
(
-50%
,
-50%
);
border-radius
:
5px
;
overflow
:
hidden
;
//
overflow
:
hidden
;
}
.ls-mask-window
b
{
...
...
src/components/Popup1/index.vue
View file @
6633444
...
...
@@ -142,7 +142,7 @@
min-height
:
200px
;
transform
:
translate
(
-50%
,
-50%
);
border-radius
:
5px
;
overflow
:
hidden
;
//
overflow
:
hidden
;
}
.ls-mask-window
b
{
...
...
src/components/ywPopup/index.vue
View file @
6633444
...
...
@@ -139,7 +139,7 @@
min-height
:
200px
;
transform
:
translate
(
-50%
,
-50%
);
border-radius
:
5px
;
overflow
:
hidden
;
//
overflow
:
hidden
;
}
.ls-mask-window
b
{
...
...
Please
register
or
sign in
to post a comment