Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
foreign
/
customer-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b17cc118
authored
Nov 24, 2021
by
zhousil
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
style,file video
parent
dbe0c4f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
components/css/benefits-plan.less
hybrid-input/index.vue
components/css/benefits-plan.less
View file @
b17cc118
...
@@ -14,6 +14,15 @@
...
@@ -14,6 +14,15 @@
margin-bottom: 4px;
margin-bottom: 4px;
.total-price {
.total-price {
color: #e84929;
color: #e84929;
white-space: nowrap;
}
.paid-money{
color: #e84929;
margin: 0 10px;
white-space: nowrap;
}
.plan-status{
white-space: nowrap;
}
}
.item-title {
.item-title {
max-width: 185px;
max-width: 185px;
...
...
hybrid-input/index.vue
View file @
b17cc118
...
@@ -217,7 +217,7 @@
...
@@ -217,7 +217,7 @@
private
allowLoadFile
()
{
private
allowLoadFile
()
{
this
.
acceptType
=
this
.
acceptType
=
limitedFileExtension
.
map
((
i
)
=>
`.
${
i
}
`
).
join
(
","
)
+
",image/*"
;
limitedFileExtension
.
map
((
i
)
=>
`.
${
i
}
`
).
join
(
","
)
+
",image/*
,video/*
"
;
}
}
private
async
handlePasteEvent
(
event
:
ClipboardEvent
)
{
private
async
handlePasteEvent
(
event
:
ClipboardEvent
)
{
...
...
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