.fm-form{ .fm-label-wrap{ display: block; > .el-form-item__content{ margin-left: 0 !important; } > .el-form-item__label{ float: none; } } .fm-item-tooltip{ font-size: 12px; color: #909399; } .el-form-item__content{ display: block; &::after{ content: ''; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; } .el-pagination{ float: right; } } .el-radio+.el-radio{ margin-left: 0; } .el-radio{ margin-right: 30px; } .el-checkbox+.el-checkbox{ margin-left: 0; } .ant-checkbox-wrapper+.ant-checkbox-wrapper{ margin-left: 0 ; line-height: 32px; } .el-checkbox{ margin-right: 30px; } .el-form-item--large{ &.el-form-item{ margin-bottom: 22px; } } .el-form-item--small{ &.el-form-item{ margin-bottom: 18px; } .el-radio{ line-height: 32px; } .el-checkbox{ line-height: 32px; } .el-rate{ margin-top: 6px; } } .el-form-item--mini{ .el-radio{ line-height: 28px; } .el-checkbox{ line-height: 28px; } .el-rate{ margin-top: 4px; } } .el-form-item--large{ .el-radio{ line-height: 36px; } .el-checkbox{ line-height: 36px; } .el-rate{ margin-top: 8px; } } .border-form{ border: 1px solid #999; .el-table--border td, .el-table--border th, .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{ border-right: 1px solid #999; } .el-table td, .el-table th.is-leaf{ border-bottom: 1px solid #999; } .el-table--border, .el-table--group{ border: 1px solid #999; } .form-table{ margin:-5px; .el-form-item__content{ &::before{ display: none; } } } .el-form-item__content{ // border-left: 1px solid #ccc; &::before{ width: 1px; background: #999; display: block; content: ''; position: absolute; left: 0; top: 0; bottom: -300px; } .el-form-item__error{ left: 5px; } } .no-label-form-item{ .el-form-item__content{ &::before{ background: transparent; } } } &.el-form--label-top{ .el-form-item__content{ &::before{ background: transparent; } } } .el-row+.el-row{ border-top: 1px solid #999; } .el-col+.el-col{ border-left: 1px solid #999; } .el-col{ overflow: hidden; } .el-form-item__content{ padding: 5px; padding-bottom: 0; } .el-form-item__label{ padding: 5px; } } .el-slider__button-wrapper{ z-index: 101; } .print-read-label{ // font-weight: 500; color: #000; pre{ white-space: pre-wrap; } } .el-transfer[disabled="disabled"]{ position: relative; &::after{ display: block; content: ''; position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index:99; cursor:no-drop; } } .ant-form-item{ .ant-form-item-label{ display: inline-block; line-height: 39.9999px; margin: unset; padding: unset; text-align: right; &.ant-form-item-label-left{ text-align: left; } >label{ display: inline-block; } } &.fm-label-wrap{ > .ant-form-item-control-wrapper{ width: 100% !important; } > .ant-form-item-label{ text-align: left; } } .ant-pagination{ float: right; } } } .fm-select-dropdown{ z-index: 3000 !important; } .fm-popup-index{ z-index: 3000 !important; } .ant-popconfirm{ z-index: 3000 !important; } @media screen and (max-width: 575px){ .ant-form-item{ .ant-form-item-label{ display: inline-block; line-height: 39.9999px; margin: unset; padding: unset; text-align: right; >label{ display: inline-block; padding-right: 10px; } } &.fm-label-wrap{ > .ant-form-item-control-wrapper{ width: 100% !important; } > .ant-form-item-label{ text-align: left; // line-height: 1.5; } } } }