Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e1388104
authored
2021-01-06 13:49:57 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
首页样式调整
1 parent
e73700b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
src/views/panel/index.vue
src/views/panel/index.vue
View file @
e138810
<
template
>
<div
class=
"main"
>
<div
class=
"main"
style=
"padding: 18px!important;"
>
<div
class=
"panel content_box"
>
<el-card
class=
"panel_left"
>
<div
slot=
"header"
class=
"clearfix"
>
...
...
@@ -224,6 +224,7 @@ export default {
flex-direction
:
column
;
overflow
:
hidden
;
height
:
100%
;
.clearfix
{
span
{
color
:
#6d7278
;
...
...
@@ -244,6 +245,7 @@ export default {
.panel
{
@flex();
width
:
100%
;
padding
:
0
0
18px
!important
;
.panel_left
{
width
:
35%
;
margin-right
:
20px
;
...
...
@@ -309,7 +311,7 @@ export default {
}
.notice
{
padding
:
0
;
height
:
calc
(
100%
-
2
85
px
);
height
:
calc
(
100%
-
2
66
px
);
@flex();
.news
{
float
:
left
;
...
...
Please
register
or
sign in
to post a comment