aizuda界面

luoyali db4d1f3588 feat: Icon样式调整 vor 11 Monaten
.vscode 0b5e3e6ffc feat: vue3 vite 项目初始化 vor 1 Jahr
build 0b5e3e6ffc feat: vue3 vite 项目初始化 vor 1 Jahr
public a402d67481 fix: 登录 暗黑模式样式问题调整 vor 1 Jahr
src db4d1f3588 feat: Icon样式调整 vor 11 Monaten
.editorconfig 004a701fab feat: 主题模式 新增 postcss 注入 菜单优化... vor 1 Jahr
.env 707cda671b 修改 api 地址 vor 11 Monaten
.env.development 04b276bf81 feat: 调整业务流程发起,设计表单100%,系统表单待测试验证 vor 11 Monaten
.env.production 707cda671b 修改 api 地址 vor 11 Monaten
.env.staging 707cda671b 修改 api 地址 vor 11 Monaten
.env.test 707cda671b 修改 api 地址 vor 11 Monaten
.eslintignore 0b5e3e6ffc feat: vue3 vite 项目初始化 vor 1 Jahr
.eslintrc.cjs 0b5e3e6ffc feat: vue3 vite 项目初始化 vor 1 Jahr
.gitignore 048f863e32 feat: 调整Logo svg的引入方式 vor 1 Jahr
.prettierignore 0b5e3e6ffc feat: vue3 vite 项目初始化 vor 1 Jahr
.prettierrc.cjs 914126f65c fix: 由于接口获取的菜单有问题 临时处理 vor 1 Jahr
README.md db4d1f3588 feat: Icon样式调整 vor 11 Monaten
commitlint.config.js 0b5e3e6ffc feat: vue3 vite 项目初始化 vor 1 Jahr
index.html fa55826de6 feat: 发起审批 审批 vor 1 Jahr
package.json bb194b6828 feat: 人员流程任务 -》 指定成员 -》 人员选择 添加搜索条件 vor 1 Jahr
postcss.config.cjs 804baff426 feat: tailwindcss 支持 vor 1 Jahr
tailwind.config.ts 56e0a3ebb5 ... vor 1 Jahr
tsconfig.json 4d9cd18627 fix: 多选 人员 展示不全 vor 1 Jahr
tsconfig.node.json 0b5e3e6ffc feat: vue3 vite 项目初始化 vor 1 Jahr
vite.config.ts bfac9ca75f feat: json格式化 vor 1 Jahr

README.md

Vue 3 + TypeScript + Vite + element-plus

svg 操作栏图标

操作按钮组,加上class为 ml-2,如果是单个按钮,则不用调整
text-icon-color: 按钮颜色,正常/暗黑模式
text-lg: 按钮大小
# 查看
<LeIcon class="text-lg text-icon-color" icon-class="icon-processInfo-icons--view-light" />

# 分支按钮 
<LeIcon class="text-lg ml-2 text-icon-color" icon-class="icon-processInfo-hugeicons--git-merge" /> 

# 编辑
<LeIcon class="text-lg ml-2 text-icon-color" icon-class="icon-processInfo-mage--edit" />

# 复制
<LeIcon class="text-lg ml-2 text-icon-color" icon-class="icon-processInfo-lucide--copy" />

# 禁用
<LeIcon class="text-lg ml-2 text-icon-color" icon-class="icon-processInfo-solar--forbidden-circle-broken" />

# 启用
<LeIcon class="text-lg ml-2 text-icon-color" icon-class="icon-processInfo-heroicons--lock-open" />

# 删除
<LeIcon class="text-lg ml-2 text-rose-700" icon-class="icon-processInfo-iconoir--trash" />

# 设计
<LeIcon class="text-lg ml-2 text-icon-color" icon-class="icon-processInfo-material-design" />

# 发起审批
<LeIcon class="text-lg text-icon-color" icon-class="icon-processInfo-navigation" />