chore(主题): 增加hover_nav主题设置

This commit is contained in:
2025-12-31 17:07:20 +08:00
parent d744e1c16d
commit bec0a51d81
2 changed files with 478 additions and 422 deletions

View File

@@ -307,18 +307,18 @@
<style lang="scss">
@import "@/common/css/order_parment.scss";
</style>
<style scoped>
<style lang="scss" scoped>
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
background: none;
max-height: unset !important;
overflow-y: hidden !important;
}
>>>.uni-popup__wrapper {
/deep/ .uni-popup__wrapper {
border-radius: 20rpx 20rpx 0 0;
}
>>>.uni-popup {
/deep/ .uni-popup {
z-index: 8;
}
</style>