Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
super-hive-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SuperHive
front-end
super-hive-web
Commits
762818f2
Commit
762818f2
authored
Aug 21, 2020
by
wends
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update sass style
parent
85ab5e5c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
index.vue
src/views/system-management/auth-management/index.vue
+1
-1
index.vue
src/views/system-management/role-management/index.vue
+2
-2
index.vue
src/views/system-management/user-management/index.vue
+1
-1
index.vue
src/views/tenant-management/auth/index.vue
+1
-1
No files found.
src/views/system-management/auth-management/index.vue
View file @
762818f2
...
@@ -299,7 +299,7 @@ export default {
...
@@ -299,7 +299,7 @@ export default {
border-right
:
none
;
border-right
:
none
;
}
}
.box-card
{
.box-card
{
>>>
.el-card__body
{
::v-deep
.el-card__body
{
min-height
:
calc
(
100vh
-
150px
);
min-height
:
calc
(
100vh
-
150px
);
}
}
}
}
...
...
src/views/system-management/role-management/index.vue
View file @
762818f2
...
@@ -396,7 +396,7 @@ export default {
...
@@ -396,7 +396,7 @@ export default {
font-size
:
14px
;
font-size
:
14px
;
}
}
.box-card
{
.box-card
{
>>>
.el-card__body
{
::v-deep
.el-card__body
{
height
:
calc
(
100vh
-
150px
);
height
:
calc
(
100vh
-
150px
);
overflow
:
scroll
;
overflow
:
scroll
;
}
}
...
@@ -412,7 +412,7 @@ export default {
...
@@ -412,7 +412,7 @@ export default {
line-height
:
28px
;
line-height
:
28px
;
cursor
:
default
;
cursor
:
default
;
}
}
>>>
.el-button
{
::v-deep
.el-button
{
padding-top
:
6px
;
padding-top
:
6px
;
padding-bottom
:
6px
;
padding-bottom
:
6px
;
}
}
...
...
src/views/system-management/user-management/index.vue
View file @
762818f2
...
@@ -477,7 +477,7 @@ export default {
...
@@ -477,7 +477,7 @@ export default {
border-right
:
none
;
border-right
:
none
;
}
}
.box-card
{
.box-card
{
>>>
.el-card__body
{
::v-deep
.el-card__body
{
min-height
:
calc
(
100vh
-
150px
);
min-height
:
calc
(
100vh
-
150px
);
}
}
}
}
...
...
src/views/tenant-management/auth/index.vue
View file @
762818f2
...
@@ -157,7 +157,7 @@ export default {
...
@@ -157,7 +157,7 @@ export default {
border-right
:
none
border-right
:
none
}
}
.box-card
{
.box-card
{
>>>
.el-card__body
{
::v-deep
.el-card__body
{
min-height
:
calc
(
100vh
-
150px
);
min-height
:
calc
(
100vh
-
150px
);
}
}
}
}
...
...
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