调整图片

This commit is contained in:
liuyuan
2025-05-06 17:11:57 +08:00
parent b5d7e637b1
commit c5af21f384
69 changed files with 478 additions and 504 deletions

View File

@@ -159,7 +159,7 @@
<style lang="scss" scoped>
@import '@/style/mixin.scss';
.flexbox{display: flex;}
// ::v-deep .contentBox {
// /deep/ .contentBox {
// .ql-editor {
// font-size: 26rpx;

View File

@@ -370,7 +370,7 @@ export default {
border-color: #fd6004;
}
}
::v-deep .u-cell__body {
/deep/ .u-cell__body {
padding-top: 0 !important ;
padding-bottom: 0 !important ;
z-index: 10 !important ;
@@ -381,7 +381,7 @@ export default {
}
}
::v-deep .u-collapse-item__content__text {
/deep/ .u-collapse-item__content__text {
padding: 10rpx 20rpx !important;
box-sizing: border-box;
}

View File

@@ -158,7 +158,7 @@ export default {
</script>
<style lang="scss" scoped>
// ::v-deep uni-drawer{ height: 50vh !important;
// /deep/ uni-drawer{ height: 50vh !important;
// .uni-drawer__content{
// overflow-y: scroll !important;
// }