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属性只属于当前模块。

页面效果

相关推荐
左手厨刀右手茼蒿15 小时前
Flutter for OpenHarmony 实战:Barcode — 纯 Dart 条形码与二维码生成全指南
android·flutter·ui·华为·harmonyos
njsgcs18 小时前
windows ui窗口post 我wsl开放的flask llm端点
windows·ui·flask·post
中国胖子风清扬19 小时前
Rust 桌面应用开发的现代化 UI 组件库
java·后端·spring·ui·rust·kafka·web application
左手厨刀右手茼蒿20 小时前
Flutter for OpenHarmony 实战:equatable 插件简化值相等性的终极方案
android·flutter·ui·harmonyos
草莓熊Lotso21 小时前
Qt 对话框全家桶实战:模态 / 非模态 + 5 大内置对话框全攻略
运维·c语言·开发语言·c++·人工智能·qt·ui
金融RPA机器人丨实在智能1 天前
从 UI 自动化到 Agentic RPA:深度解析实在智能 TARS 大模型驱动的自动化架构演进
人工智能·ui·ai·自动化·rpa
左手厨刀右手茼蒿1 天前
Flutter for OpenHarmony 实战:battery_plus 实时电力监控与低功耗逻辑
android·flutter·ui·harmonyos·sentry
大黄说说2 天前
从意图到界面:AI 驱动的 JSON 中间表示如何重塑现代 UI 构建范式
人工智能·ui·json
左手厨刀右手茼蒿3 天前
Flutter for OpenHarmony:UI 细节微调与 HarmonyOS 特有手势适配指南
flutter·ui·harmonyos
左手厨刀右手茼蒿3 天前
Flutter for OpenHarmony 实战:Sentry 全链路监控与线上崩溃治理
android·flutter·ui·harmonyos·sentry