细节修改
Showing
3 changed files
with
2 additions
and
19 deletions
| ... | @@ -49,10 +49,9 @@ | ... | @@ -49,10 +49,9 @@ |
| 49 | </div> | 49 | </div> |
| 50 | <br> | 50 | <br> |
| 51 | <el-card :body-style="{'padding':'20px 20px'}"> | 51 | <el-card :body-style="{'padding':'20px 20px'}"> |
| 52 | <MakeUpCalendar></MakeUpCalendar> | 52 | <MakeUpCalendar/> |
| 53 | </el-card> | 53 | </el-card> |
| 54 | 54 | ||
| 55 | |||
| 56 | </div> | 55 | </div> |
| 57 | </div> | 56 | </div> |
| 58 | </template> | 57 | </template> |
| ... | @@ -76,7 +75,6 @@ const query = ref({ | ... | @@ -76,7 +75,6 @@ const query = ref({ |
| 76 | studioId:route.params.id | 75 | studioId:route.params.id |
| 77 | }) | 76 | }) |
| 78 | const loading = ref(false) | 77 | const loading = ref(false) |
| 79 | const map = ref(null) | ||
| 80 | onMounted(() => { | 78 | onMounted(() => { |
| 81 | getData() | 79 | getData() |
| 82 | }) | 80 | }) |
| ... | @@ -233,18 +231,6 @@ function getData() { | ... | @@ -233,18 +231,6 @@ function getData() { |
| 233 | } | 231 | } |
| 234 | } | 232 | } |
| 235 | 233 | ||
| 236 | .mapBox { | ||
| 237 | position: relative; | ||
| 238 | overflow: hidden; | ||
| 239 | height: 200px; | ||
| 240 | |||
| 241 | #map { | ||
| 242 | position: relative; | ||
| 243 | left: -70px; | ||
| 244 | width: calc(100% + 160px); | ||
| 245 | } | ||
| 246 | } | ||
| 247 | |||
| 248 | .sign { | 234 | .sign { |
| 249 | padding-top: 2px; | 235 | padding-top: 2px; |
| 250 | } | 236 | } |
| ... | @@ -274,8 +260,6 @@ function getData() { | ... | @@ -274,8 +260,6 @@ function getData() { |
| 274 | line-height: 115px; | 260 | line-height: 115px; |
| 275 | text-align: center; | 261 | text-align: center; |
| 276 | border-radius: 10px; | 262 | border-radius: 10px; |
| 277 | |||
| 278 | //display: none; | ||
| 279 | } | 263 | } |
| 280 | 264 | ||
| 281 | .hotelImg{border-radius: 10px;overflow: hidden;aspect-ratio: 16/9; | 265 | .hotelImg{border-radius: 10px;overflow: hidden;aspect-ratio: 16/9; | ... | ... |
| ... | @@ -49,7 +49,7 @@ | ... | @@ -49,7 +49,7 @@ |
| 49 | <br> | 49 | <br> |
| 50 | 50 | ||
| 51 | <el-card :body-style="{'padding':'20px 20px'}"> | 51 | <el-card :body-style="{'padding':'20px 20px'}"> |
| 52 | <PhotoGraphyCalendar></PhotoGraphyCalendar> | 52 | <PhotoGraphyCalendar/> |
| 53 | </el-card> | 53 | </el-card> |
| 54 | </div> | 54 | </div> |
| 55 | </div> | 55 | </div> | ... | ... |
-
Please register or sign in to post a comment