UNPKG

vue-rise-realize

Version:

一款服务于 Rise 前端低代码平台的表单渲染器

115 lines (95 loc) 2.18 kB
ul li { margin: 0; padding: 0; } .underline, .underline span, .underline p { text-decoration: underline; text-underline-offset: 3px; } @media print { @page { size: auto; margin: 5mm; } .noprint { display: none; } } .el-autocomplete { width: 100%; } .el-alert { padding: 0; padding-left: 20px; font-size: 14px; } .el-alert .el-alert__icon.is-big { font-size: 22px; width: 22px; } .el-select, .el-cascader { width: 100%; } .el-date-editor.el-input, .el-date-editor.el-input__inner { width: 100%; min-width: 220px; } .display-table.el-table .cell.el-tooltip div span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .el-input.is-disabled .el-input__inner, .el-textarea.is-disabled .el-textarea__inner { color: #888; /* ios chrome内核的默认样式 */ opacity: 1; -webkit-text-fill-color: #888; } .el-message-box { max-width: 80%; } .el-descriptions__header { margin-bottom: 10px; } .el-radio__input.is-disabled+span.el-radio__label, .el-checkbox__input.is-disabled+span.el-checkbox__label, .el-range-editor.is-disabled input { color: #888; font-weight: normal; } .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after { border-color: #409EFF; } .el-radio__input.is-disabled.is-checked .el-radio__inner::after { background-color: #409EFF; } .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner, .el-radio__input.is-disabled.is-checked .el-radio__inner { background-color: #409EFF; } .el-radio { margin-bottom: 5px; } .el-form-item--mini .el-form-item__error { padding-top: 2px; } .el-checkbox-button.is-checked.is-disabled .el-checkbox-button__inner { color: #FFF; background-color: #409EFF; border-color: #409EFF; -webkit-box-shadow: -1px 0 0 0 #8cc5ff; box-shadow: -1px 0 0 0 #8cc5ff; } .el-radio-button.is-active.is-disabled .el-radio-button__inner { color: #FFF; background-color: #409EFF; border-color: #409EFF; -webkit-box-shadow: -1px 0 0 0 #409EFF; box-shadow: -1px 0 0 0 #409EFF; }