Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcxy-manage-shell
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜雷
dcxy-manage-shell
Commits
4ba778c2
Commit
4ba778c2
authored
May 05, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into 'test'
修改根路径 See merge request
!57
parents
522c8210
9cd3e695
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
.env
.env
+1
-1
index.html
public/index.html
+2
-2
SeviceRatioChart.vue
src/containers/Dashboard/SeviceRatio/SeviceRatioChart.vue
+9
-1
No files found.
.env
View file @
4ba778c2
VUE_APP_BASE_URL=/
systemManageShell/
VUE_APP_BASE_URL=/
VUE_APP_LIB_BASE_URL=/systemManageShell/
VUE_APP_CUSTOMER_MENU_CODE=0001
VUE_APP_BASE_MENU_CODE=0002
...
...
public/index.html
View file @
4ba778c2
...
...
@@ -9,7 +9,7 @@
<script
src=
"https://unpkg.com/vue@2.6.10/dist/vue.js"
></script>
<script
src=
"https://unpkg.com/vuex@3.1.0/dist/vuex.js"
></script>
<script
src=
"https://unpkg.com/vue-router@3.0.1/dist/vue-router.js"
></script>
<script
src=
"
<%= VUE_APP_LIB_MANAGER %><%= VUE_APP_LIB_BASE_URL %>
lib/manageShell.umd.min.js"
></script>
<script
src=
"
/
lib/manageShell.umd.min.js"
></script>
<script
src=
"<%= VUE_APP_LIB_MANAGER %>/customerManage/lib/customerManage.umd.min.js"
></script>
<script
src=
"<%= VUE_APP_LIB_MANAGER %>/baseManage/lib/baseManage.umd.min.js"
></script>
<script
src=
"<%= VUE_APP_LIB_MANAGER %>/systemManage/lib/systemManage.umd.min.js"
></script>
...
...
@@ -17,7 +17,7 @@
<script
src=
"<%= VUE_APP_LIB_MANAGER %>/statisticsManage/lib/statisticsManage.umd.min.js"
></script>
<script
src=
"<%= VUE_APP_LIB_MANAGER %>/deviceManage/lib/deviceManage.umd.min.js"
></script>
<link
rel=
"stylesheet"
href=
"
<%= VUE_APP_LIB_MANAGER %><%= VUE_APP_LIB_BASE_URL %>
lib/manageShell.css"
/>
<link
rel=
"stylesheet"
href=
"
/
lib/manageShell.css"
/>
<title>
多彩综合管理系统
</title>
</head>
...
...
src/containers/Dashboard/SeviceRatio/SeviceRatioChart.vue
View file @
4ba778c2
...
...
@@ -67,7 +67,7 @@ export default {
class="g2-legend-marker"
style="display:inline-block;margin-right:10px;background-color:
${
color
}
;"
></i>
<span class="g2-legend-text">
${
value
}
: </span>
<span class="g2-legend-text"
title="
${
value
}
"
>
${
value
}
: </span>
<span class="g2-legend-price">
${
price
}
</span>
</li>
`
;
...
...
@@ -144,6 +144,14 @@ export default {
<
style
lang=
"scss"
>
@import
'@/assets/styles/variables.scss'
;
#SeviceRatio
{
.g2-legend-text
{
display
:
inline-block
;
width
:
46px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
vertical-align
:
middle
;
}
.SeviceRatio-centerText
{
color
:
#333
;
font-size
:
20px
;
...
...
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