Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
459926c2
Commit
459926c2
authored
Nov 09, 2023
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: UI优化
parent
b1911f97
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/views/customerService/chatList.vue
src/views/customerService/chatList.vue
+3
-1
src/views/customerService/components/chatUserInfo.vue
src/views/customerService/components/chatUserInfo.vue
+1
-1
No files found.
src/views/customerService/chatList.vue
View file @
459926c2
...
@@ -133,7 +133,9 @@ export default {
...
@@ -133,7 +133,9 @@ export default {
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
/
deep
/
.el-textarea__inner
{
border
:
none
;
}
.page_invite
{
.page_invite
{
padding
:
20px
;
padding
:
20px
;
}
}
...
...
src/views/customerService/components/chatUserInfo.vue
View file @
459926c2
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
maxlength="30"
maxlength="30"
type="textarea"
type="textarea"
show-word-limit
show-word-limit
style="border: 1px solid #DCDFE6; border-radius: 4px;margin: 0;"
style="border: 1px solid #DCDFE6; border-radius: 4px;margin: 0;
width: 230px
"
placeholder="请输入备注"
placeholder="请输入备注"
@blur="handleBlur"/>
@blur="handleBlur"/>
</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