This commit is contained in:
liuye
2022-12-28 10:46:06 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -349,7 +349,7 @@
<style scoped lang="scss"> <style scoped lang="scss">
.AppRecoScore { .AppRecoScore {
::v-deep .el-tree{ :deep(.el-tree) {
width: fit-content; width: fit-content;
min-width: 100%; min-width: 100%;
background: transparent; background: transparent;

View File

@@ -298,7 +298,7 @@ div[flex] {
margin-left: 134px !important; margin-left: 134px !important;
} }
::v-deep.el-form-item__content { :deep(.el-form-item__content) {
& .el-input--small, & > .el-range-editor--small, & > .el-cascader, & > .el-select { & .el-input--small, & > .el-range-editor--small, & > .el-cascader, & > .el-select {
width: 325px; width: 325px;
} }