Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-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
赵啸非
device-new-platform
Commits
db533d7a
Commit
db533d7a
authored
Jul 25, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
地图详细显示
parent
eda5b85c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
26 deletions
+6
-26
device-manager-ui/admin/src/assets/less/base.less
device-manager-ui/admin/src/assets/less/base.less
+4
-24
device-manager-ui/admin/src/components/Table.vue
device-manager-ui/admin/src/components/Table.vue
+1
-1
device-manager-ui/admin/src/views/Layout.vue
device-manager-ui/admin/src/views/Layout.vue
+1
-1
No files found.
device-manager-ui/admin/src/assets/less/base.less
View file @
db533d7a
...
@@ -62,10 +62,10 @@ caption,th {
...
@@ -62,10 +62,10 @@ caption,th {
text-align: left
text-align: left
}
}
h1,h2,h3,h4,h5,h6 {
//
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
//
font-size: 100%;
font-weight: 500
//
font-weight: 500
}
//
}
q:before,q:after {
q:before,q:after {
content: ''
content: ''
...
@@ -182,26 +182,6 @@ ins,a {
...
@@ -182,26 +182,6 @@ ins,a {
}
}
// 选择柜子弹窗
.choose-cabin-dialog{
h2{
margin-bottom: 10px;
padding-bottom: 10px;
font-size: 16px;
border-bottom: 1px solid;
.search{
margin-left: 20px;
width: 200px;
}
}
.el-row{
margin-bottom: 20px;
max-height: 150px;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
}
@media screen and (max-width: 800px){
@media screen and (max-width: 800px){
.page{
.page{
...
...
device-manager-ui/admin/src/components/Table.vue
View file @
db533d7a
...
@@ -306,7 +306,7 @@ export default {
...
@@ -306,7 +306,7 @@ export default {
.layout-table {
.layout-table {
.table-head {
.table-head {
margin-bottom: 10px;
margin-bottom: 10px;
padding-bottom: 12px;
//
padding-bottom: 12px;
// padding-top: 7px;
// padding-top: 7px;
border-bottom: 1px solid #ededed;
border-bottom: 1px solid #ededed;
.el-breadcrumb {
.el-breadcrumb {
...
...
device-manager-ui/admin/src/views/Layout.vue
View file @
db533d7a
...
@@ -27,7 +27,7 @@ export default {
...
@@ -27,7 +27,7 @@ export default {
menuPageCss
()
{
menuPageCss
()
{
//左面和顶面菜单切换时,动态计划相关css参数
//左面和顶面菜单切换时,动态计划相关css参数
return
{
return
{
"
--padding-top
"
:
this
.
menuPage
===
"
left
"
?
"
60px
"
:
"
1
0px
"
,
"
--padding-top
"
:
this
.
menuPage
===
"
left
"
?
"
60px
"
:
"
0px
"
,
"
--margin-left
"
:
this
.
menuPage
===
"
left
"
?
"
200px
"
:
"
0px
"
,
"
--margin-left
"
:
this
.
menuPage
===
"
left
"
?
"
200px
"
:
"
0px
"
,
};
};
},
},
...
...
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