123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- @import '~antd/lib/style/themes/default.less';
- .tableListForm {
- :global {
- .ant-form-item {
- width: 250px;
- margin-bottom: 24px;
- margin-right: 0;
- display: flex;
- > .ant-form-item-label {
- width: auto;
- line-height: 31px;
- padding-right: 8px;
- }
- .ant-form-item-control {
- line-height: 31px;
- }
- }
- .ant-form-item-control-wrapper {
- flex: 1;
- }
- .ant-form-item-label{
- padding-right: 0 !important;
- }
- .ant-form-item-label>label{
- font-size: 13px !important;
- color: #555;
- }
- .ant-form-item-label>label:after{
- content: '' !important;
- }
- .ant-form input{
- border-color: #E5E5E5;
- height: 31px !important;
- }
- .ant-btn span{
- font-size: 13px;
- }
- .ant-calendar-picker span.ant-calendar-picker-input{
- padding-top: 0 !important;
- }
- .ant-calendar-picker .ant-calendar-range-picker-separator{
- padding-top: 4px;
- }
- .ant-input-group > .ant-input:first-child{
- border-right: 0;
- }
- }
- .submitButtons {
- display: block;
- white-space: nowrap;
- margin-bottom: 24px;
- }
- }
- :global {
- .ant-input-group > .ant-input:first-child{
- border-right: 0;
- }
- .ant-input-group-addon{
- background: #fff;
- }
- .anticon svg{
- //color:#979899;
- }
- .ant-input-group-addon{
- padding: 0 9px;
- }
- }
- .input_after_ml {
- margin-left: 10px;
- }
- .flex_com_row_wrap{
- .item{
- width: 150px;
- margin-left: 3px;
- }
- display: flex;
- flex-direction: row;
- flex-wrap:wrap;
- :global {
- .ant-form-item {
- width: 250px;
- margin-bottom: 24px;
- margin-right: 0;
- display: flex;
- > .ant-form-item-label {
- width: auto;
- line-height: 31px;
- padding-right: 8px;
- }
- .ant-form-item-control {
- line-height: 31px;
- }
- }
- }
- }
|