更改按钮文字,更改输入框文字

master
李劲龙 1 year ago
parent a433349d39
commit b1c159102e

@ -859,7 +859,7 @@ export default {
justify-content: center;
align-items: center;
border: none;
width: vw(64);
// width: vw(64);
height: vh(40);
background: #1e80eb;
border-radius: vw(4);
@ -875,7 +875,7 @@ export default {
display: flex;
justify-content: center;
align-items: center;
width: vw(64);
// width: vw(64);
height: vh(40);
border: vw(1) solid #1e80eb;
border-radius: vw(4);
@ -889,4 +889,7 @@ export default {
}
}
}
::v-deep .el-range-editor--medium .el-range-input{
font-size: vb(14);
}
</style>

Loading…
Cancel
Save