| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452 |
- html.dark{
- .fm-form{
- .border-form{
- border: 1px solid #A3A6AD;
-
- .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 #A3A6AD;
- }
-
- .el-table td, .el-table th.is-leaf{
- border-bottom: 1px solid #A3A6AD;
- }
-
- .el-table--border, .el-table--group{
- border: 1px solid #A3A6AD;
- }
-
- .el-form-item__content{
- &::before{
- background: #A3A6AD;
- }
- }
-
- .el-row+.el-row{
- border-top: 1px solid #A3A6AD;
- }
-
- .el-col+.el-col{
- border-left: 1px solid #A3A6AD;
- }
- }
- .print-read-label{
- color: #fff;
- }
- }
- }
- .fm-form{
- .fm-label-wrap{
- display: block;
- .el-form-item__content{
- margin-left: 0 !important;
- }
- .el-form-item__label{
- justify-content: flex-start;
- }
- .ant-form-item-label{
- text-align: left;
- }
- >.ant-form-row{
- flex-direction: column;
- }
- }
- .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 !important;
- }
- .el-radio{
- margin-right: 32px;
-
- }
- .el-checkbox+.el-checkbox{
- margin-left: 0 !important;
- }
- .ant-checkbox-wrapper+.ant-checkbox-wrapper{
- margin-left: 0 !important;
- }
- .el-checkbox{
- margin-right: 30px;
- }
- .el-form-item--small{
- &.el-form-item{
- margin-bottom: 18px;
- }
- .el-radio{
- line-height: 24px !important;
- >span{
- vertical-align: middle;
- }
- }
-
- .el-checkbox{
- line-height: 24px !important;
- >span{
- vertical-align: middle;
- }
- }
- .widget-table-left{
- .widget-table-left__top{
- height: 34px !important;
- }
- }
- }
- .el-form-item--default{
- &.el-form-item{
- margin-bottom: 18px;
- }
- .el-radio{
- line-height: 32px !important;
- >span{
- vertical-align: middle;
- }
- }
-
- .el-checkbox{
- line-height: 32px !important;
- >span{
- vertical-align: middle;
- }
- }
-
- .widget-table-left{
- .widget-table-left__top{
- height: 42px !important;
- }
- }
- }
- .el-form-item--large{
- &.el-form-item{
- margin-bottom: 22px;
- }
- .el-radio{
- line-height: 40px !important;
- >span{
- vertical-align: middle;
- }
- }
-
- .el-checkbox{
- line-height: 40px !important;
- >span{
- vertical-align: middle;
- }
- }
- .widget-table-left{
- .widget-table-left__top{
- height: 50px !important;
- }
- }
- }
-
- .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;
- margin: 0;
- }
- }
- .el-transfer[disabled="true"]{
- position: relative;
- &::after{
- display: block;
- content: '';
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- z-index:99;
- cursor:no-drop;
- }
- }
- .ant-transfer{
- .ant-transfer-list-header-title{
- margin-left: 5px;
- }
- .ant-transfer-list{
- overflow: hidden;
- }
- }
- .ant-form-item{
- .ant-pagination{
- float: right;
- }
- .fm-item-tooltip{
- line-height: 32px;
- }
- }
- .ant-radio-wrapper{
- // display: flex;
- // align-items: baseline;
- // line-height: 30px;
- }
- }
- .fm-select-dropdown{
- z-index: 3000 !important;
- }
- .fm-popup-index{
- z-index: 3000 !important;
- }
- .ant-popconfirm{
- z-index: 3000 !important;
- }
- .fm-messagebox{
- .el-message-box__message{
- width: 100%;
- }
- }
- .is-print{
- .el-tag{
- border-color: #d9ecff;
- background-color: transparent;
- color: #000;
- }
- }
- .van-image-preview__overlay{
- z-index: 5000 !important;
- }
- .van-image-preview{
- z-index: 5000 !important;
- }
- .ant-message{
- z-index: 5000 !important;
- }
- html.dark{
- .is-print{
- .el-tag{
- border-color: #d9ecff;
- background-color: transparent;
- color: #000;
- }
- .ant-tag{
- background: transparent;
- }
- .form-subform-item.is-hover{
- background-color: #fafafa;
- }
- .fm-data-table-container,.form-table {
- .el-table__header-wrapper{
- background: #f5f7fa;
-
- thead{
- color: #909399;
- }
-
- th{
- background: #f5f7fa;
- }
- div{
- background: #f5f7fa;
- }
-
- }
- .el-table {
- color: #606266;
- tr{
- background-color: #fff;
- &:hover>td.el-table__cell{
- background-color: #f5f7fa;
- transition: background-color 0s ease;
- }
- &.hover-row{
- background-color: #f5f7fa;
- }
- }
- }
- .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{
- background: #fafafa;
- }
- }
- .fm-virtual-table .fm-virtual-table-main .fm-virtual-table__header .fm-virtual-table__header-content{
- background: #f5f7fa;
- }
- .fm-virtual-table .fm-virtual-table-main__left{
- background: #fff;
- }
- .fm-virtual-table .fm-virtual-table-main .fm-virtual-table__body .fm-virtual-table__row.is-hover{
- background-color: #fafafa;
- }
- .ant-table-wrapper .ant-table-thead >tr>th{
- background: #fafafa;
- color: rgba(0, 0, 0, 0.88);
- }
- .ant-table-wrapper .ant-table{
- background: #fff;
- color: rgba(0, 0, 0, 0.88);
- .ant-table-row:hover{
- td{
- background: #fafafa;
- }
- }
- .ant-table-cell.ant-table-cell-row-hover{
- background-color: #fafafa;
- }
- }
- .fm-antd-data-table-container .ant-table-striped .table-striped td{
- background-color: #fafafa;
- }
- .ant-table-wrapper .ant-table-cell-fix-left,.ant-table-cell-fix-right{
- background: #fafafa;
- }
- .ant-table-placeholder:hover>td{
- background: #fff;
- }
- .ant-empty-normal{
- color: rgba(0, 0, 0, 0.25);
- }
- }
- }
|