Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
65e1e272
Commit
65e1e272
authored
May 27, 2026
by
wuqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:备注输入框输入备注被遮挡,显示不全#ID1001500
parent
de2c2a87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
src/views/saasManage/indexPage.vue
+7
-1
No files found.
src/views/saasManage/indexPage.vue
View file @
65e1e272
...
...
@@ -389,10 +389,12 @@
</el-form-item>
<el-form-item
label=
"备注"
prop=
"remark"
>
<el-input
class=
"remark_input"
style=
"width: 200px"
v-model=
"giftOrderForm.remark"
size=
"small"
type=
"textarea"
rows=
"4"
maxlength=
"100"
show-word-limit
placeholder=
"请输入备注"
/>
...
...
@@ -782,7 +784,11 @@ export default {
overflow
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
.remark_input
{
::v-deep(.el-input__count)
{
background
:
transparent
;
}
}
&
::v-deep
{
.el-table
.el-table__cell
{
padding
:
6px
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment