Element UI 的 Drawer 控制背景的 CSS 代码在样式文件 'el-drawer.scss' 中。具体位置如下:

// Drawer body
.el-drawer__body {
  position: relative;
  z-index: 1;
  background-color: $--drawer-background-color;
  box-shadow: $--box-shadow;
  border-top: $--border-width solid $--border-color;
  border-bottom: $--border-width solid $--border-color;
  overflow: auto;
  height: calc(100% - #{$--header-height} - #{$--footer-height});
  padding: $--padding;
  @include transition($--transition);
}

其中,'$--drawer-background-color' 定义了 Drawer 背景颜色。

Element UI Drawer 背景颜色 CSS 代码详解

原文地址: http://www.cveoy.top/t/topic/mOIR 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录