Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
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
d6ac2444
authored
2024-05-23 17:28:08 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
酒店样式
1 parent
2887d335
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
src/viewsPc/booking/hotelDetail.vue
src/viewsPc/booking/hotelDetail.vue
View file @
d6ac244
...
...
@@ -108,7 +108,7 @@
</el-button>
<el-button
v-else
:disabled=
"!r.useCount"
class=
"btn-lineG w100"
:class=
"
{'forbid':!r.useCount}" round type="pri mary" @click="goOrder(r)">Select
</el-button>
<el-button
v-else
style=
"color: #fff"
:disabled=
"!r.useCount"
class=
"btn-lineG w100"
:class=
"
{'forbid':!r.useCount}" round type="pri mary" @click="goOrder(r)">Select
</el-button>
<!--
<div
class=
"text-center text-primary mt10 fontsize14 pointer"
v-if=
"language == 0"
>
-->
<!-- 剩余
{{
(
r
.
roomCount
-
(
r
.
useCount
||
0
)).
toFixed
()
}}
间-->
<!--
</div>
-->
...
...
@@ -454,7 +454,14 @@ function goMap() {
.oddmb
:nth-child
(
2
)
{
margin-bottom
:
20px
;}
.forbid
{
cursor
:
not-allowed
!important
;
color
:
#a8abb2
;
filter
:
grayscale
(
1
);
color
:
#a8abb2
!important
;
//
filter
:
grayscale
(
1
);
background
:
#fff
;
div{
color
:
#a8abb2
!important
;
}
}
.forbid
:hover
{
box-shadow
:
none
;
}
</
style
>
...
...
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