Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
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
9f35509e
authored
2025-07-15 13:40:21 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
H5适配
1 parent
9ab12824
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
src/viewsPc/components/orderRemark.vue
src/viewsPc/login.vue
src/viewsPc/components/orderRemark.vue
View file @
9f35509
<
template
>
<el-dialog
v-model=
"show"
:title=
"title"
destroy-on-close
width=
"400px"
@
close=
"close"
>
<el-dialog
v-model=
"show"
:title=
"title"
destroy-on-close
style=
"min-width: 350px;max-width: 450px"
@
close=
"close"
>
<div>
<h2
v-if=
"cptName"
class=
"text-warning text-center"
>
{{
cptName
}}
</h2>
...
...
src/viewsPc/login.vue
View file @
9f35509
...
...
@@ -9,7 +9,7 @@
class=
"pcloginpop"
close-icon=
"CircleClose"
destroy-on-close
width=
"4
50px"
style=
"max-width: 450px;min-width: 3
50px"
@
close=
"close"
>
<div
class=
"pd10"
/>
...
...
@@ -589,7 +589,8 @@ const goPolicy = () => {
.rItem
{
height
:
130px
;
cursor
:
pointer
;
width
:
350px
;
max-width
:
350px
;
min-width
:
300px
;
padding
:
1px
;
margin
:
20px
auto
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment