Merge branch 'main' of git.zdool.com:xs/ggfwjsc
This commit is contained in:
commit
714c158c13
|
@ -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>
|
||||
|
|
|
@ -59,8 +59,8 @@ const getOption = () => {
|
|||
},
|
||||
grid: {
|
||||
top: "25%",
|
||||
left: "10%",
|
||||
right: "10%",
|
||||
left: "5%",
|
||||
right: "5%",
|
||||
bottom: "10%",
|
||||
containLabel: true,
|
||||
},
|
||||
|
|
|
@ -52,8 +52,8 @@ const getOption = () => {
|
|||
},
|
||||
grid: {
|
||||
top: "25%",
|
||||
left: "10%",
|
||||
right: "10%",
|
||||
left: "5%",
|
||||
right: "5%",
|
||||
bottom: "10%",
|
||||
containLabel: true,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue