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
1b8f4749
Commit
1b8f4749
authored
Nov 06, 2023
by
zhangxiaolong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
ffa67742
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
src/views/system/management.vue
+12
-3
No files found.
src/views/system/management.vue
View file @
1b8f4749
...
...
@@ -52,7 +52,7 @@
:close-on-click-modal=
'false'
title=
"状态修改"
:visible
.
sync=
'dialogVisible'
width=
'
7
00px'
>
width=
'
5
00px'
>
<el-form
label-position=
'right'
label-width=
'130px'
...
...
@@ -79,6 +79,9 @@
</el-form-item>
<el-form-item
label=
'备注信息'
prop=
'remark'
>
<el-input
type=
"textarea"
class=
"textRemark"
style=
"width: 175%;"
v-model=
'addcurrencyform.remark'
placeholder=
'请输入备注信息'
></el-input>
</el-form-item>
...
...
@@ -89,14 +92,14 @@
<el-button
@
click=
'dialogVisible = false'
size=
'mini'
style=
'width:
13
0px'
>
style=
'width:
8
0px'
>
取消
</el-button>
<el-button
type=
'primary'
@
click=
'addCurrency()'
size=
'mini'
style=
'width:
13
0px'
>
style=
'width:
8
0px'
>
确认
</el-button>
</span>
...
...
@@ -324,5 +327,11 @@ export default {
max-height
:
61vh
;
overflow
:
auto
;
}
.textRemark
{
width
:
175%
;
::v-deep
.el-textarea__inner{
height
:
100px
;
}
}
}
</
style
>
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