| | |
| | | &__box { |
| | | position: relative; |
| | | box-sizing: border-box; |
| | | padding-right: 106px; |
| | | width: 100%; |
| | | |
| | | .el-tabs__item { |
| | |
| | | /* |
| | | * @Author : yuan |
| | | * @Date : 2026-01-20 17:01:20 |
| | | * @LastEditors : yuan |
| | | * @LastEditTime : 2026-01-20 17:20:21 |
| | | * @FilePath : \packages\utils\common\index.js |
| | | * @Description : |
| | | * Copyright 2026 OBKoro1, All Rights Reserved. |
| | | * 2026-01-20 17:01:20 |
| | | */ |
| | | export function fieldRules(required,max) { |
| | | // export function fieldRules({ required = true, isSelect = false, max = 50,type = 'string' }) { |
| | | const trigger = ['blur', 'change'] |