| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285 |
- .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;
- }
- }
- }
- }
|