This commit is contained in:
Taric Xin
2022-01-10 17:58:39 +08:00
parent 0c135d1ade
commit 769f358df0
2 changed files with 9 additions and 1 deletions

View File

@ -242,7 +242,7 @@ export class FreightComponentsListNewComponent implements OnInit {
title: '统一社会信用代码',
type: 'string',
minLength: 1,
maxLength: 18,
maxLength: 30,
ui: {
grid: { xxl: 13, xl: 18, lg: 24, md: 24 },
optionalHelp:

View File

@ -28,3 +28,11 @@ input::-webkit-inner-spin-button {
input[type="number"] {
-moz-appearance: textfield;
}
.alain-pro__sider-logo h1{
font-size: 17px;
}
.alain-pro__sider-logo{
padding-left: 12px;
}