mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-30 01:32:49 +00:00
feat: 用户反馈
This commit is contained in:
parent
05fc700b23
commit
554b4a6b86
|
|
@ -35,7 +35,7 @@
|
|||
<template #header>
|
||||
<div>
|
||||
<span>用户反馈</span>
|
||||
<el-popover :width="160" trigger="click" :visible="popoverVisible">
|
||||
<el-popover :width="190" trigger="click" :visible="popoverVisible">
|
||||
<template #reference>
|
||||
<el-button
|
||||
style="margin-top: -2px"
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
:min="0"
|
||||
:step="1"
|
||||
controls-position="right"
|
||||
style="width: 70px"
|
||||
style="width: 100px"
|
||||
size="small"
|
||||
step-strictly
|
||||
/>
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
:min="0"
|
||||
:step="1"
|
||||
controls-position="right"
|
||||
style="width: 70px"
|
||||
style="width: 100px"
|
||||
size="small"
|
||||
step-strictly
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue