Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
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
Sweet Zhang
ydLife
Commits
b96196fa
Commit
b96196fa
authored
Aug 03, 2023
by
zeyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.备注输入宽 宽度更改
parent
9c847a8d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
src/app/my/my-business-detail/my-business-detail.component.html
+2
-1
No files found.
src/app/my/my-business-detail/my-business-detail.component.html
View file @
b96196fa
...
@@ -175,10 +175,11 @@
...
@@ -175,10 +175,11 @@
<div
class=
"contentItem"
>
<div
class=
"contentItem"
>
<span>
备注
</span>
<span>
备注
</span>
<div
style=
"padding: 6px 15px;flex-grow: 1;"
>
<div
style=
"padding: 6px 15px;flex-grow: 1;"
>
<div
style=
"margin-left:50px"
>
<textarea
class=
"form-control"
style=
"padding: 0;"
type=
"textarea"
[
disabled
]="
readonlyFlag
"
<textarea
class=
"form-control"
style=
"padding: 0;"
type=
"textarea"
[
disabled
]="
readonlyFlag
"
[(
ngModel
)]="
editBusiness
.
remark
"
placeholder=
"备注信息"
(
blur
)="
inputBlur
()"
>
[(
ngModel
)]="
editBusiness
.
remark
"
placeholder=
"备注信息"
(
blur
)="
inputBlur
()"
>
</textarea>
</textarea>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
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