Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
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
刘怀志
pet-business-web
Commits
a595a541
Commit
a595a541
authored
Aug 25, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5BB647
parent
07b2c634
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
14 deletions
+13
-14
element-variables.scss
src/assets/styles/element-variables.scss
+1
-1
index.scss
src/assets/styles/index.scss
+4
-4
ruoyi.scss
src/assets/styles/ruoyi.scss
+8
-9
No files found.
src/assets/styles/element-variables.scss
View file @
a595a541
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
/* theme color */
/* theme color */
$--color-primary
:
#1890ff
;
$--color-primary
:
#1890ff
;
$--color-success
:
#
13ce66
;
$--color-success
:
#
5BB647
;
$--color-warning
:
#ffba00
;
$--color-warning
:
#ffba00
;
$--color-danger
:
#ff4949
;
$--color-danger
:
#ff4949
;
// $--color-info: #1E1E1E;
// $--color-info: #1E1E1E;
...
...
src/assets/styles/index.scss
View file @
a595a541
...
@@ -121,7 +121,7 @@ aside {
...
@@ -121,7 +121,7 @@ aside {
//main-container全局样式
//main-container全局样式
.app-container
{
.app-container
{
padding
:
20px
;
padding
:
20px
20px
35px
20px
;
min-height
:
calc
(
100vh
-
50px
-
24px
-
24px
-
5px
);
min-height
:
calc
(
100vh
-
50px
-
24px
-
24px
-
5px
);
}
}
...
@@ -130,9 +130,9 @@ aside {
...
@@ -130,9 +130,9 @@ aside {
position
:
relative
;
position
:
relative
;
}
}
.pagination-container
{
//
.pagination-container {
margin-top
:
30px
;
//
margin-top: 30px;
}
//
}
.text-center
{
.text-center
{
text-align
:
center
text-align
:
center
...
...
src/assets/styles/ruoyi.scss
View file @
a595a541
...
@@ -106,11 +106,10 @@
...
@@ -106,11 +106,10 @@
/** 表格布局 **/
/** 表格布局 **/
.pagination-container
{
.pagination-container
{
position
:
relative
;
height
:
auto
;
height
:
25px
;
padding
:
24px
0
0
0
!
important
;
margin-bottom
:
10px
;
display
:
flex
;
margin-top
:
15px
;
justify-content
:
flex-end
;
padding
:
10px
20px
!
important
;
}
}
/* tree border */
/* tree border */
...
@@ -121,10 +120,10 @@
...
@@ -121,10 +120,10 @@
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.pagination-container
.el-pagination
{
//
.pagination-container .el-pagination {
right
:
0
;
//
right: 0;
position
:
absolute
;
//
position: absolute;
}
//
}
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
.pagination-container
.el-pagination
>
.el-pagination__jump
{
.pagination-container
.el-pagination
>
.el-pagination__jump
{
...
...
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