赞
踩
- //主要是加上 ::v-deep
-
- ::v-deep .el-dialog {
- --el-bg-color: #000741 !important;
- }
-
- //弹框头部
- ::v-deep .el-dialog__header {
- --el-text-color-primary: #1EFFFF;
- --el-text-color-regular: #fff;
- padding: 0 !important;
- width: 100%;
- height: 64px;
- background: linear-gradient(90deg, #1165F8 0%, rgba(28, 97, 234, 0) 100%);
- }
- //弹框标题
- ::v-deep .el-dialog__title {
- margin-left: 24px;
- line-height: 64px;
- }
- //弹框内容部分
- ::v-deep .el-dialog__body {
- --el-bg-color: #000741 !important;
- --el-text-color-regular: #fff;
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。