|
|
@@ -1913,3 +1913,32 @@ export default {
|
|
|
color: #66b1ff; /* 悬停时的颜色 */
|
|
|
}
|
|
|
</style>
|
|
|
+
|
|
|
+<style>
|
|
|
+/** 移动端展示 **/
|
|
|
+@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>
|