Merge branch 'main' of git.zdool.com:xs/ggfwjsc

This commit is contained in:
姚宇浩 2024-07-12 15:08:51 +08:00
commit 714c158c13
3 changed files with 28 additions and 7 deletions

View File

@ -443,16 +443,37 @@ const selectChange1 = (e) => {
background-size: 100% 100%;
}
.selectLint {
width: 94%;
width: 86%;
display: flex;
margin: 30px 0 10px;
margin: 30px 7% 10px;
justify-content: space-between;
flex-direction: row-reverse;
.selectBox {
width: 48%;
width: 25%;
background-image: url(@/assets/eduImg/jyImg7.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
}
</style>
<style lang="scss">
.selectBox {
.el-select--large .el-select__wrapper {
font-size: 18px !important;
}
.el-select__wrapper {
background-color: rgba(255, 255, 255, 0) !important;
}
.el-select__placeholder {
color: #fff !important;
}
.el-select__caret {
color: #fff !important;
font-size: 18px !important;
}
}
</style>

View File

@ -59,8 +59,8 @@ const getOption = () => {
},
grid: {
top: "25%",
left: "10%",
right: "10%",
left: "5%",
right: "5%",
bottom: "10%",
containLabel: true,
},

View File

@ -52,8 +52,8 @@ const getOption = () => {
},
grid: {
top: "25%",
left: "10%",
right: "10%",
left: "5%",
right: "5%",
bottom: "10%",
containLabel: true,
},