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
e15fd10b
authored
2020-12-28 16:08:38 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式纯白
1 parent
1938c0ce
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
0 deletions
src/views/panel/add/index.vue
src/views/panel/change/index.vue
src/views/panel/modify/index.vue
src/views/panel/search/index.vue
src/views/panel/add/index.vue
View file @
e15fd10
...
...
@@ -176,6 +176,9 @@
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
/
deep
/
.el-tabs__header
{
background-color
:
#ffffff
;
}
.main
{
width
:
100%
;
height
:
100%
;
...
...
src/views/panel/change/index.vue
View file @
e15fd10
...
...
@@ -72,5 +72,8 @@ export default {
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
/
deep
/
.el-tabs__header
{
background-color
:
#ffffff
;
}
}
</
style
>
...
...
src/views/panel/modify/index.vue
View file @
e15fd10
...
...
@@ -255,6 +255,9 @@
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
/
deep
/
.el-tabs__header
{
background-color
:
#ffffff
;
}
.main
{
width
:
100%
;
height
:
100%
;
...
...
src/views/panel/search/index.vue
View file @
e15fd10
...
...
@@ -201,6 +201,9 @@
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
/
deep
/
.el-tabs__header
{
background-color
:
#ffffff
;
}
.main
{
width
:
100%
;
height
:
100%
;
...
...
Please
register
or
sign in
to post a comment