feat:新增酒店页面

This commit is contained in:
zjc
2025-02-18 21:09:27 +08:00
parent c2ca99260a
commit 784d634272
12 changed files with 345 additions and 2 deletions

View File

@@ -70,3 +70,14 @@
.pr-20 {
padding-right: vh(20) !important;
}
.el-pager li,
.btn-prev:disabled,
.btn-next,
.btn-prev {
color: #ffffff !important;
background-color: #004dc2 !important;
}
.el-pagination.is-background .el-pager li.is-active {
background-color: #00d0ff !important;
}