增加最小文本设置
This commit is contained in:
		| @@ -340,6 +340,17 @@ div[flex], .flex { | |||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .grid { | ||||||
|  |   display: grid; | ||||||
|  |   gap: 8px; | ||||||
|  |   grid-template-columns: repeat(2, 1fr); | ||||||
|  |   @for $i from 2 through 5 { | ||||||
|  |     &.c-#{$i} { | ||||||
|  |       grid-template-columns: repeat($i, 1fr); | ||||||
|  |     } | ||||||
|  |   } | ||||||
|  | } | ||||||
|  |  | ||||||
| // 2.0公共样式 | // 2.0公共样式 | ||||||
|  |  | ||||||
| .ai-form { | .ai-form { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user