学做衣服网站,成都网站设计推荐柚米,比较知名的企业,怎么做网站镜像打开日期弹窗#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;}
}