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
6dfb5583
Commit
6dfb5583
authored
Sep 29, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
system/config
parent
2d3c7b13
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
261 additions
and
169 deletions
+261
-169
base.less
assets/css/base.less
+12
-1
index.vue
pages/system/config/index.vue
+194
-166
base.css
src/assets/css/base.css
+55
-2
No files found.
assets/css/base.less
View file @
6dfb5583
...
...
@@ -698,7 +698,18 @@ i.icon-gengxin {
.tc {
text-align: center;
}
.lt30
{
line-height: 30px;
}
.lt40
{
line-height: 40px;
}
.lt50
{
line-height: 50px;
}
/*清除浮动*/
...
...
pages/system/config/index.vue
View file @
6dfb5583
This diff is collapsed.
Click to expand it.
src/assets/css/base.css
View file @
6dfb5583
...
...
@@ -8,6 +8,46 @@ html body {
#__layout
{
height
:
100%
;
}
/*flex*/
.flex
{
display
:
flex
;
}
.fc-m
{
justify-content
:
center
;
}
.fa-m
{
align-items
:
center
;
}
.fc-e
{
justify-content
:
flex-end
;
}
.fc-b
{
justify-content
:
space-between
;
}
.fc-a
{
justify-content
:
space-around
;
}
.fc-ev
{
justify-content
:
space-evenly
;
}
.fd
{
flex-direction
:
column
;
}
.fg
{
flex-grow
:
1
;
}
.fs
{
flex-shrink
:
0
;
}
.fg2
{
flex-grow
:
2
;
}
.fos
{
order
:
-1
;
}
.foe
{
order
:
99
;
}
/*字体*/
.ib
{
display
:
inline
;
...
...
@@ -475,6 +515,15 @@ i.icon-gengxin {
.tc
{
text-align
:
center
;
}
.lt30
{
line-height
:
30px
;
}
.lt40
{
line-height
:
40px
;
}
.lt50
{
line-height
:
50px
;
}
/*清除浮动*/
.clear
{
clear
:
both
;
...
...
@@ -523,6 +572,7 @@ textarea::-webkit-input-placeholder {
background
:
#fff
;
padding
:
0px
10px
20px
10px
;
margin-top
:
10px
;
overflow
:
auto
;
}
.zh-tree
.zh-title
{
font-size
:
14px
;
...
...
@@ -646,7 +696,7 @@ html [type=button] {
}
.waitTask
{
/*flex 布局*/
display
:
flex
;
display
:
flex
!important
;
align-items
:
center
;
width
:
200px
;
height
:
100px
;
...
...
@@ -892,7 +942,6 @@ html [type=button] {
color
:
#249e91
;
}
.full
.menu
.tree
{
height
:
calc
(
100%
-
150px
);
overflow
:
auto
;
}
.full
.content
{
...
...
@@ -922,3 +971,7 @@ html [type=button] {
.content
{
padding-left
:
5px
;
}
.row_border_bottom
{
border-bottom
:
1px
solid
#E0E0E0
;
padding
:
15px
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