Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7321ff21
authored
Oct 31, 2023
by
xingyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: wh-full
parent
af7c6f3b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/components/Qrcode/src/Qrcode.vue
+1
-1
src/layout/Layout.vue
+1
-1
No files found.
src/components/Qrcode/src/Qrcode.vue
View file @
7321ff21
...
...
@@ -227,7 +227,7 @@ const disabledClick = () => {
<div
v-if=
"disabled"
:class=
"`$
{prefixCls}--disabled`"
class="
wh-full absolute left-0 top-0
flex items-center justify-center"
class="
absolute left-0 top-0 h-full w-full
flex items-center justify-center"
@click="disabledClick"
>
<div
class=
"absolute left-[50%] top-[50%] font-bold"
>
...
...
src/layout/Layout.vue
View file @
7321ff21
...
...
@@ -50,7 +50,7 @@ export default defineComponent({
<
section
class
=
{[
prefixCls
,
`
${
prefixCls
}
__
${
layout
.
value
}
`
,
'w-[100%] h-[100%] relative'
]}
>
{
mobile
.
value
&&
!
collapse
.
value
?
(
<
div
class
=
"
wh-full absolute left-0 top-0 z-99
bg-[var(--el-color-black)] opacity-30"
class
=
"
absolute left-0 top-0 z-99 h-full w-full
bg-[var(--el-color-black)] opacity-30"
onClick
=
{
handleClickOutside
}
><
/div
>
)
:
undefined
}
...
...
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