建水网站建设,学做衣服网站,汕头网站建设方案外包,网页制作的常用工具打开日期弹窗#xff0c;默认会显示当前月份#xff0c;如图 会发现加了穿透#xff1a;#xff1a;v-deep 样式也不生效
.el-month-table .today .cell {color: pink#xff1b;font-weight: 400;}要让 popper-class“xclass” :append-to-body“false” 这俩配合着使用…打开日期弹窗默认会显示当前月份如图 会发现加了穿透v-deep 样式也不生效
.el-month-table .today .cell {color: pinkfont-weight: 400;}要让 popper-class“xclass” :append-to-body“false” 这俩配合着使用 注意这时候弹窗会挪动到屏幕右下角 加上left和 top 即可 代码如下
el-date-picker v-modelmonth value-formatyyyy-MM typemonth popper-classdataClass :append-to-bodyfalse/el-date-picker::v-deep .xclass {left: 100px !important;top: 60px !important;.el-month-table .today .cell {color: #56575a;font-weight: 400;}
}