吉安感知网项目-前端
罗广辉
2026-02-05 0e2777968bee4fa3efe10b83b5634063bf4a75a5
feat: tabs宽度
2 files modified
11 ■■■■■ changed files
applications/task-work-order/src/styles/tags.scss 1 ●●●● patch | view | raw | blame | history
packages/utils/common/index.js 10 ●●●●● patch | view | raw | blame | history
applications/task-work-order/src/styles/tags.scss
@@ -73,7 +73,6 @@
  &__box {
    position: relative;
    box-sizing: border-box;
    padding-right: 106px;
    width: 100%;
    .el-tabs__item {
packages/utils/common/index.js
@@ -1,13 +1,3 @@
/*
 * @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']