|
@@ -134,7 +134,7 @@ export default {
|
|
|
|
|
|
<style lang='scss' scoped>
|
|
|
.pickerAddr {
|
|
|
- font-size: 26px;
|
|
|
+ font-size: 18px;
|
|
|
color: var(--main-color);
|
|
|
text-align: right;
|
|
|
margin-bottom: 1vh;
|
|
@@ -164,9 +164,9 @@ export default {
|
|
|
.el-select {
|
|
|
width: 8vw;
|
|
|
/deep/ .el-input__inner {
|
|
|
- font-size: 26px;
|
|
|
- height: 50px;
|
|
|
- line-height: 50px;
|
|
|
+ font-size: 18px;
|
|
|
+ // height: 50px;
|
|
|
+ // line-height: 50px;
|
|
|
color: var(--main-color);
|
|
|
background: url(../assets/img/select-bg.png) no-repeat;
|
|
|
background-size: 100% 100%;
|