feat: 用户反馈

This commit is contained in:
wangdan-fit2cloud 2024-03-04 14:21:39 +08:00
parent 05fc700b23
commit 554b4a6b86

View File

@ -35,7 +35,7 @@
<template #header> <template #header>
<div> <div>
<span>用户反馈</span> <span>用户反馈</span>
<el-popover :width="160" trigger="click" :visible="popoverVisible"> <el-popover :width="190" trigger="click" :visible="popoverVisible">
<template #reference> <template #reference>
<el-button <el-button
style="margin-top: -2px" style="margin-top: -2px"
@ -55,7 +55,7 @@
:min="0" :min="0"
:step="1" :step="1"
controls-position="right" controls-position="right"
style="width: 70px" style="width: 100px"
size="small" size="small"
step-strictly step-strictly
/> />
@ -69,7 +69,7 @@
:min="0" :min="0"
:step="1" :step="1"
controls-position="right" controls-position="right"
style="width: 70px" style="width: 100px"
size="small" size="small"
step-strictly step-strictly
/> />