Browse Source

refactor: 调整进度条样式

deliver
Min5203 4 years ago
parent
commit
b142651616
  1. 1
      CHANGELOG.md
  2. 3
      common/styles/tailwind.scss
  3. 2
      components/FinancialClause/FinancialClause.vue

1
CHANGELOG.md

@ -4,6 +4,7 @@
范围|描述|commitId 范围|描述|commitId
--|--|-- --|--|--
- | 表单验证 | [8f3bc1e](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/8f3bc1e) - | 表单验证 | [8f3bc1e](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/8f3bc1e)
- | 财务条插件的进度条和上方悬浮按钮界面 | [8322e92](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/8322e92)
- | 插件的填写与提交,修改与删除 | [d461252](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/d461252) - | 插件的填写与提交,修改与删除 | [d461252](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/d461252)
- | 插件面板分开显示 | [fb5e86b](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/fb5e86b) - | 插件面板分开显示 | [fb5e86b](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/fb5e86b)
- | 更新代码 | [392c8cc](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/392c8cc) - | 更新代码 | [392c8cc](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/392c8cc)

3
common/styles/tailwind.scss

@ -4402,6 +4402,9 @@
.h-8 { .h-8 {
height: 2.2rem; height: 2.2rem;
} }
.h-7 {
height: 2rem;
}
.h-4 { .h-4 {
height: 1rem; height: 1rem;
} }

2
components/FinancialClause/FinancialClause.vue

@ -1,5 +1,5 @@
<template> <template>
<div class="h-8 bg-white rounded-md"> <div class="h-7 bg-white rounded-md">
<!-- 预算和奖金 --> <!-- 预算和奖金 -->
<view class="flex h-3"> <view class="flex h-3">
<view class="flex-1 rounded p-0"> <view class="flex-1 rounded p-0">

Loading…
Cancel
Save