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
5967e434
authored
2024-05-11 10:04:48 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
细节修改
1 parent
71d17dcf
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
19 deletions
src/viewsPc/booking/makeUpDetail.vue
src/viewsPc/booking/photographyDetail.vue
src/viewsPc/booking/photographyOrder.vue
src/viewsPc/booking/makeUpDetail.vue
View file @
5967e43
...
...
@@ -49,10 +49,9 @@
</div>
<br>
<el-card
:body-style=
"
{'padding':'20px 20px'}">
<MakeUpCalendar
></MakeUpCalendar
>
<MakeUpCalendar
/
>
</el-card>
</div>
</div>
</
template
>
...
...
@@ -76,7 +75,6 @@ const query = ref({
studioId
:
route
.
params
.
id
})
const
loading
=
ref
(
false
)
const
map
=
ref
(
null
)
onMounted
(()
=>
{
getData
()
})
...
...
@@ -233,18 +231,6 @@ function getData() {
}
}
.mapBox
{
position
:
relative
;
overflow
:
hidden
;
height
:
200px
;
#map
{
position
:
relative
;
left
:
-70px
;
width
:
calc
(
100%
+
160px
);
}
}
.sign
{
padding-top
:
2px
;
}
...
...
@@ -274,8 +260,6 @@ function getData() {
line-height
:
115px
;
text-align
:
center
;
border-radius
:
10px
;
//
display
:
none
;
}
.hotelImg
{
border-radius
:
10px
;
overflow
:
hidden
;
aspect-ratio
:
16
/
9
;
...
...
src/viewsPc/booking/photographyDetail.vue
View file @
5967e43
...
...
@@ -49,7 +49,7 @@
<br>
<el-card
:body-style=
"
{'padding':'20px 20px'}">
<PhotoGraphyCalendar
></PhotoGraphyCalendar
>
<PhotoGraphyCalendar
/
>
</el-card>
</div>
</div>
...
...
src/viewsPc/booking/photographyOrder.vue
View file @
5967e43
...
...
@@ -106,7 +106,6 @@
</el-row>
</el-card>
<div
style=
"height: 60px;"
></div>
</div>
</div>
</
template
>
...
...
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