更新富文本编辑器

This commit is contained in:
砂糖
2025-07-31 16:27:16 +08:00
parent fce7f0985c
commit 384c4a7e38
24 changed files with 4772 additions and 37 deletions

View File

@@ -86,11 +86,6 @@ export default {
{ value: 1, text: '外贸' }
// TODO: 替换为实际字典数据
],
projectGradeList: [
{ value: 'high', text: '高' },
{ value: 'middle', text: '中' },
{ value: 'low', text: '低' }
]
}
},
methods: {

View File

@@ -102,11 +102,11 @@
<view class="form-item">
<view class="form-label">报工内容</view>
<u-textarea
<Quill
v-model="form.content"
placeholder="请输入报工内容"
:height="200"
></u-textarea>
></Quill>
</view>
<view class="form-item">
@@ -569,6 +569,7 @@ export default {
max-height: 80vh;
display: flex;
flex-direction: column;
box-sizing: border-box;
.popup-header {
display: flex;
@@ -587,12 +588,14 @@ export default {
padding: 30rpx;
flex: 1;
overflow-y: auto;
box-sizing: border-box;
}
.form-container {
box-sizing: border-box;
.form-item {
margin-bottom: 40rpx;
box-sizing: border-box;
.form-label {
font-size: 28rpx;
color: #333;