| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- .el-drawer__header {
- margin-bottom: 0 !important;
- padding: 14px 0 14px 20px !important;
- color: #323232 !important;
- font-size: 16px !important;
- }
- .el-drawer__header .el-drawer__title {
- font-size: 16px !important;
- }
- .drawer_content {
- display: flex !important;
- flex-direction: column !important;
- height: 100% !important;
- }
- .drawer_content > div {
- border-top: 1px solid #f2f2f2 !important;
- }
- .flow-drawer__footer {
- padding: 10px 30px !important;
- border-top: 1px solid #f2f2f2 !important;
- }
- .flow-drawer__footer .el-button {
- float: right !important;
- margin-right: 10px !important;
- }
- .el-dialog {
- width: 520px;
- border: 1px solid #dde1e5 !important;
- border-radius: 3px !important;
- }
- .el-dialog__header {
- padding: 0 0 0 20px !important;
- line-height: 50px !important;
- height: 50px !important;
- background: #fff !important;
- border-bottom: 1px solid #f2f2f2 !important;
- }
- .el-dialog__header .el-dialog__title {
- font-size: 16px !important;
- line-height: 50px !important;
- color: #333333 !important;
- }
- .el-dialog__header .el-dialog__headerbtn {
- height: 12px !important;
- width: 12px !important;
- }
- .el-dialog__header .el-icon-close {
- width: 12px !important;
- height: 12px !important;
- float: left !important;
- }
- .el-dialog__header .el-icon-close::before {
- display: block !important;
- width: 12px !important;
- height: 12px !important;
- background: url(~@/assets/images/add-close.png) no-repeat center !important;
- background-size: 100% 100% !important;
- content: "" !important;
- }
- .el-drawer__body {
- padding: 0 !important;
- }
- .el-dialog__footer {
- border-top: 1px solid #f2f2f2 !important;
- padding-bottom: 10px !important;
- }
- .el-checkbox,
- .el-checkbox__input.is-checked + .el-checkbox__label,
- .el-radio,
- .el-radio__input.is-checked + .el-radio__label,
- .el-dialog__body,
- .el-tree {
- color: #333 !important;
- }
- .el-radio__label,
- .el-checkbox__label {
- font-size: 12px !important;
- }
- .el-timeline {
- --el-timeline-node-size-normal: 25px !important;
- --el-timeline-node-size-large: 25px !important;
- }
- .el-timeline-item__node--normal {
- left: -8px !important;
- }
- .el-timeline-item__node--large {
- left: -8px !important;
- }
- .el-timeline-item__wrapper {
- top: -10px !important;
- }
- .el-tabs--border-card {
- min-width: 800px !important;
- min-height: 550px !important;
- }
|