style: 时间、日期时间选择器的宽度值增加权重

main
wu.jian2 2 years ago
parent b02b61d328
commit 9bc4d626b2

@ -448,8 +448,8 @@ export default {
<style lang="scss" scoped>
.basic-component-date-picker {
width: 100%;
height: 100%;
width: 100% !important;
height: 100% !important;
//
::v-deep .el-range-separator {

@ -264,8 +264,8 @@ export default {
<style lang="scss" scoped>
.basic-component-time-picker {
width: 100%;
height: 100%;
width: 100% !important;
height: 100% !important;
.el-input--mini ::v-deep .el-input__inner {
height: 100% !important;

Loading…
Cancel
Save