Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
enterprise-platform
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
赵啸非
enterprise-platform
Commits
20fda119
Commit
20fda119
authored
Dec 25, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:优化柱状图横坐标展示形式,修改短视频上传大小限制
parent
198f9348
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
3 deletions
+19
-3
enterprise-manager-ui/admin/src/components/FileUpload.vue
enterprise-manager-ui/admin/src/components/FileUpload.vue
+1
-1
enterprise-manager-ui/admin/src/views/home/bar.vue
enterprise-manager-ui/admin/src/views/home/bar.vue
+18
-2
No files found.
enterprise-manager-ui/admin/src/components/FileUpload.vue
View file @
20fda119
...
...
@@ -68,7 +68,7 @@ export default {
// 大小限制(MB)
fileSize
:
{
type
:
Number
,
default
:
5
0
,
default
:
1
0
,
},
// 数量限制
limit
:
{
...
...
enterprise-manager-ui/admin/src/views/home/bar.vue
View file @
20fda119
...
...
@@ -63,8 +63,8 @@ export default {
grid
:
{
left
:
"
2%
"
,
right
:
"
2%
"
,
top
:
"
10
%
"
,
bottom
:
"
0
%
"
,
top
:
"
5
%
"
,
bottom
:
"
8
%
"
,
containLabel
:
true
,
},
xAxis
:
{
...
...
@@ -133,6 +133,22 @@ export default {
type
:
"
shadow
"
,
},
},
dataZoom
:
[
{
type
:
"
slider
"
,
// 设置为滑动条型式
show
:
true
,
// 显示dataZoom组件
start
:
0
,
// 默认显示的起始位置为0
end
:
80
,
// 默认显示的结束位置为100
handleSize
:
0.1
,
// 滑动条的手柄大小
handleStyle
:
{
color
:
"
#DCE2E8
"
,
// 滑动条的手柄颜色
},
xAxisIndex
:
[
0
],
// 表示控制第一个x轴
filterMode
:
"
filter
"
,
// 设置为filter模式,即数据超过范围时会被过滤掉
bottom
:
-
10
,
},
],
series
:
[
{
data
:
value
,
...
...
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