Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
super-hive-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SuperHive
front-end
super-hive-web
Commits
5492e9a6
Commit
5492e9a6
authored
Aug 05, 2020
by
wends
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update style problem
parent
ad6b8373
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
index.vue
src/views/data-management/instance-management/index.vue
+6
-6
index.vue
src/views/data-management/model-management/index.vue
+0
-1
index.vue
src/views/data-visible/dashboard/index.vue
+1
-1
No files found.
src/views/data-management/instance-management/index.vue
View file @
5492e9a6
...
...
@@ -23,7 +23,6 @@
ref=
"tableModel"
:data=
"tableData"
border
height=
"541px"
highlight-current-row
@
current-change=
"handleTableSel"
>
...
...
@@ -75,7 +74,6 @@
res=
"tableInstance"
:data=
"tableDataInstance"
border
height=
"485px"
>
<el-table-column
type=
"index"
...
...
@@ -86,7 +84,7 @@
<el-table-column
prop=
"instanceName"
label=
"实例名称"
width=
"3
20px"
min-width=
"2
20px"
/>
<el-table-column
prop=
"description"
...
...
@@ -211,9 +209,7 @@ export default {
mounted
()
{},
methods
:
{
listModel
(
pageNum
)
{
const
{
name
}
=
this
.
searchForm
const
{
name
}
=
this
.
searchForm
const
params
=
{
name
,
pageNum
,
...
...
@@ -225,6 +221,10 @@ export default {
this
.
tableData
=
data
.
records
this
.
pageForm
.
total
=
data
.
total
this
.
pageForm
.
pageNum
=
data
.
pageNum
this
.
$nextTick
()
.
then
(
_
=>
{
this
.
tableData
.
length
&&
this
.
$refs
.
tableModel
.
setCurrentRow
(
this
.
tableData
[
0
])
})
})
.
catch
(
err
=>
{
console
.
error
(
err
.
message
)
...
...
src/views/data-management/model-management/index.vue
View file @
5492e9a6
...
...
@@ -28,7 +28,6 @@
<el-table
:data=
"tableData"
border
height=
"500px"
>
<el-table-column
type=
"index"
...
...
src/views/data-visible/dashboard/index.vue
View file @
5492e9a6
...
...
@@ -208,6 +208,6 @@ export default {
<
style
lang=
"scss"
scoped
>
.container
{
min-height
:
calc
(
100vh
-
125
px
);
min-height
:
calc
(
100vh
-
90
px
);
}
</
style
>
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