| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- /deep/ .uni-forms-item__label{
- width: 35% !important;
- font-size: 1rem !important;
- }
- /deep/ .input-value{
- font-size: 1rem !important;
- }
- /deep/ .uni-easyinput__placeholder-class{
- font-size: 1rem !important;
- }
- /deep/ .uni-combox__input-plac{
- font-size: 1rem !important;
- }
- /deep/ .uni-data-checklist .checklist-group .checklist-box .checklist-content .checklist-text{
- font-size: 1rem !important;
- }
- /deep/ .file-title{
- font-size: 1rem !important;
- }
- /deep/ .uni-combox__input{
- font-size: 1rem !important;
- }
- /deep/ .uni-easyinput__content-input{
- font-size: 1rem !important;
- }
- /deep/ .uni-select{
- font-size: 1rem !important;
- }
- .mini-btn{
- font-size: 1rem !important;
- }
- /deep/ .uni-data-checklist{
- margin-top: 5px !important;
- }
- /deep/ .padding .files-button{
- display: none !important;
- }
- /deep/ .uni-date__x-input{
- font-size: 1rem !important;
- }
- /deep/ .uni-textarea-textarea{
- font-size: 1rem !important;
- }
- /deep/ .uni-data-tree{
- font-size: 1rem !important;
- }
- /deep/ .uni-select__input-placeholder{
- font-size: 1rem !important;
- }
- /deep/ .uni-select__selector-empty {
- font-size: 1rem !important;
- }
- /deep/ .uni-select__selector-item{
- font-size: 1rem !important;
- }
- /deep/ .uni-dialog-title-text{
- font-size: 1rem !important;
- }
- /deep/ .uni-easyinput__placeholder-class{
- font-size: 1rem !important;
- }
- /deep/ .uni-dialog-button-text{
- font-size: 1rem !important;
- }
- /deep/ .uni-modal .uni-modal__title{
- font-size: 1rem !important;
- }
- /deep/ .uni-modal__bd{
- font-size: 1rem !important;
- }
|