element-ui组件DatePicker日期选择器移动端兼容

element-ui组件DatePicker日期选择器移动端兼容

css

css 复制代码
/** 移动端展示 **/
@media screen and (max-width: 500px) {
    .el-picker-panel__sidebar {
      width: 100%;
    }
    .el-picker-panel {
      width: 400px!important;
    }
    .el-picker-panel__content {
      width: 100%;
    }
    .el-picker-panel__body{
      margin-left: 0!important;
      display: flex;
      flex-direction: column;
      min-width: auto!important;
    }
    .el-picker-panel__sidebar {
      position: relative;
    }
    .el-picker-panel__body-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }

注意不要给style标签加scoped属性会不生效

scoped作用

实现组件的私有化,不对全局造成样式污染,表示当前style属性只属于当前模块。

页面效果

相关推荐
小小8程序员1 天前
C# XAML中x:Type的用法详解
开发语言·ui·c#
Aevget1 天前
界面控件DevExpress WinForms中文教程:Data Grid - 如何获取汇总值?
ui·.net·界面控件·winform·devexpress
reddingtons1 天前
Illustrator 3D Mockup:零建模,矢量包装一键“上架”实拍
人工智能·ui·3d·aigc·illustrator·设计师·平面设计
言之。1 天前
AI时代的UI发展
人工智能·ui
5G云网络2 天前
ComfyUI资源库
ui
longze_72 天前
Uigenius:革新 UI/UX 设计的 AI 利器
人工智能·ui·ai·ux·prototype·uigenius
木易 士心2 天前
Element UI 多级菜单缩进的动态控制:从原理到工程化实践
前端·vue.js·ui
Larry_Yanan2 天前
Qt线程使用(一)直接继承QThread类
开发语言·c++·qt·ui
hellotutu2 天前
vue2+springboot通过 FormData 手动封装图片数据上传
java·vue.js·spring boot·后端·ui
芳草萋萋鹦鹉洲哦4 天前
【elemen/js】阻塞UI线程导致的开关卡顿如何优化
开发语言·javascript·ui