| | |
| | | :style="{ left: position.x + 'px', top: position.y + 'px' }" |
| | | > |
| | | <div class="flex justify-between"> |
| | | <h3>你的反馈将<br />帮助 WI 水务优化进步</h3> |
| | | <i class="ywicon icon-guanbi right-0 top-0 !text-[20px] text-gray-500 cursor-pointer" @click="closeClick"></i> |
| | | <h3 class="text-base">你的反馈将<br />帮助 WI 水务优化进步</h3> |
| | | <i class="ywifont ywicon-guanbi right-0 top-0 !text-[20px] text-gray-500 cursor-pointer" @click="closeClick"></i> |
| | | </div> |
| | | <div class="mt-6 flex-col flex"> |
| | | <div class="mt-4 flex-col flex"> |
| | | <el-input v-model="content" resize="none" class="" type="textarea" :rows="3"></el-input> |
| | | <el-button :disabled="!content" color="#1d86ff" class="m-auto mt-3" type="primary" @click="submitFeedback">提 交</el-button> |
| | | </div> |