Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
2ec94a96
Commit
2ec94a96
authored
Apr 24, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product-rjt
parents
070339be
014b27f6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
technologyTree.vue
components/modalTree/technologyTree.vue
+1
-1
index.vue
pages/technology/index.vue
+1
-1
technolog.less
pages/technology/technolog.less
+7
-1
No files found.
components/modalTree/technologyTree.vue
View file @
2ec94a96
<
template
>
<div>
<h3
class=
"title"
>
<Input
search
placeholder=
"请输入查询条件"
clearable
v-model=
"treeInputSearch"
/>
<Input
search
placeholder=
"请输入查询条件"
style=
"width:72%"
clearable
v-model=
"treeInputSearch"
/>
<ButtonGroup
class=
"fr"
size=
"small"
>
<Button>
<Icon
...
...
pages/technology/index.vue
View file @
2ec94a96
...
...
@@ -11,7 +11,7 @@
<Icon
type=
"ios-arrow-back"
size=
"24"
/>
</a>
</h4>
<StoreHouseLeft
@
storeIds=
"storeIds"
></StoreHouseLeft>
<StoreHouseLeft
class=
"tree_left"
@
storeIds=
"storeIds"
></StoreHouseLeft>
<!-- :type="4" -->
</div>
</Sider>
...
...
pages/technology/technolog.less
View file @
2ec94a96
...
...
@@ -24,6 +24,12 @@
color: #646464;
}
}
.tree_left{
padding: 8px 15px;
.ivu-tree{
// height: ;
}
}
}
.show_menu{
width: 30px;
...
...
@@ -106,7 +112,7 @@
}
}
.setdetail_body{
// padding: 0 20px;
// padding: 0 20px;
.ivu-layout-header{
height: 0;
}
...
...
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