Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
蒋勇
zhichan
Commits
5510a59f
Commit
5510a59f
authored
Nov 29, 2019
by
任建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rj
parent
fa987b6f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
embed_applications/app/front/entry/public/css/pagecom.css
+0
-0
embed_applications/app/front/vues/pages/brandfind/brandfind.css
+1
-1
embed_applications/app/front/vues/pages/tmbigdatadetail/tmbigdatadetail.js
+1
-1
No files found.
embed_applications/app/front/entry/public/css/pagecom.css
View file @
5510a59f
This diff is collapsed.
Click to expand it.
embed_applications/app/front/vues/pages/brandfind/brandfind.css
View file @
5510a59f
...
@@ -636,7 +636,7 @@
...
@@ -636,7 +636,7 @@
}
}
.brandfind-list-page
.el-pagination
{
.brandfind-list-page
.el-pagination
{
margin-top
:
1
45
px
;
margin-top
:
1
60
px
;
float
:
right
;
float
:
right
;
}
}
.loading-brandfind
{
.loading-brandfind
{
...
...
embed_applications/app/front/vues/pages/tmbigdatadetail/tmbigdatadetail.js
View file @
5510a59f
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
this
.
$root
.
postReq
(
url
,
obj
).
then
((
d
)
=>
{
this
.
$root
.
postReq
(
url
,
obj
).
then
((
d
)
=>
{
this
.
loading
=
false
;
this
.
loading
=
false
;
console
.
log
(
d
,
'#######################################'
);
console
.
log
(
d
,
'#######################################'
);
this
.
tableData
=
d
.
data
.
datalist
;
this
.
tableData
=
d
.
data
.
datalist
.
slice
(
0
,
d
.
data
.
datalist
.
length
-
1
)
;
var
echarts
=
this
.
$refs
.
theTotalLogoRef
.
getEchartObj
();
var
echarts
=
this
.
$refs
.
theTotalLogoRef
.
getEchartObj
();
if
(
this
.
activeName
==
'first'
)
{
if
(
this
.
activeName
==
'first'
)
{
this
.
theTotalLogoData
.
series
[
0
].
name
=
"商标总量"
;
this
.
theTotalLogoData
.
series
[
0
].
name
=
"商标总量"
;
...
...
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