Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart-office-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart-office-platform
Commits
543e8b06
Commit
543e8b06
authored
May 27, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
a4fb4d67
47232c56
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
135 additions
and
1 deletion
+135
-1
smart-office-manager-ui/admin/src/assets/less/new.css
smart-office-manager-ui/admin/src/assets/less/new.css
+57
-0
smart-office-manager-ui/admin/src/assets/less/new.less
smart-office-manager-ui/admin/src/assets/less/new.less
+76
-0
smart-office-manager-ui/admin/src/main.js
smart-office-manager-ui/admin/src/main.js
+1
-0
smart-office-manager-ui/admin/vue.config.js
smart-office-manager-ui/admin/vue.config.js
+1
-1
No files found.
smart-office-manager-ui/admin/src/assets/less/new.css
0 → 100644
View file @
543e8b06
#app
{
height
:
100%
!important
;
}
.layout-menu-wrapper
{
height
:
64px
!important
;
line-height
:
64px
!important
;
background
:
linear-gradient
(
90deg
,
#1845c6
,
#2999ff
)
!important
;
}
.layout-menu-wrapper
.layout-logo
{
font-size
:
20px
;
font-weight
:
bold
;
}
.layout-menu-wrapper
.menu-list
li
a
{
display
:
block
;
padding
:
0
12px
;
height
:
100%
;
font-size
:
14px
!important
;
color
:
rgba
(
254
,
254
,
254
,
0.65
)
!important
;
text-align
:
center
!important
;
}
.layout-menu-wrapper
.menu-list
li
a
i
{
font-size
:
14px
!important
;
margin-right
:
10px
!important
;
}
.layout-menu-wrapper
.menu-list
li
a
i
:first-child
{
margin-right
:
0px
!important
;
}
.layout-menu-wrapper
.menu-list
li
a
:hover
{
color
:
#fff
!important
;
}
.layout-menu-wrapper
.menu-list
li
a
.router-link-active
,
.layout-menu-wrapper
.menu-list
li
a
[
active
]
{
color
:
#fff
!important
;
list-style-type
:
none
;
border-bottom
:
none
!important
;
padding-bottom
:
2px
;
background-color
:
#1890ff
!important
;
}
.layout-header
.layout-submenu-wrapper
{
width
:
95%
!important
;
margin
:
0
auto
!important
;
margin-top
:
20px
!important
;
border-top-left-radius
:
8px
;
border-top-right-radius
:
8px
;
}
.page.active
{
width
:
95%
!important
;
margin
:
0
auto
!important
;
padding
:
20px
!important
;
padding-top
:
0
!important
;
}
.page
{
height
:
82%
!important
;
min-height
:
82%
!important
;
border-bottom-left-radius
:
8px
;
border-bottom-right-radius
:
8px
;
}
smart-office-manager-ui/admin/src/assets/less/new.less
0 → 100644
View file @
543e8b06
#app {
height: 100% !important;
}
.layout-menu-wrapper {
height: 64px !important;
line-height: 64px !important;
background: linear-gradient(90deg, #1845c6, #2999ff) !important;
.layout-logo {
font-size: 20px;
font-weight: bold;
}
.menu-list {
li {
a {
display: block;
padding: 0 12px;
height: 100%;
font-size: 14px !important;
color: rgba(254, 254, 254, .65) !important;
text-align: center !important;
i {
font-size: 14px !important;
margin-right: 10px !important;
}
i:first-child {
margin-right: 0px !important;
}
&:hover {
color: #fff !important;
}
&.router-link-active,
&[active] {
//background: #1890ff;
color: #fff !important;
list-style-type: none;
border-bottom: none !important;
padding-bottom: 2px;
background-color: #1890ff !important;
}
}
}
}
}
.layout-header .layout-submenu-wrapper {
width: 95% !important;
margin: 0 auto !important;
margin-top: 20px !important;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.page.active {
width: 95% !important;
margin: 0 auto !important;
padding: 20px !important;
padding-top: 0 !important;
}
.page {
height: 82% !important;
min-height: 82% !important;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
\ No newline at end of file
smart-office-manager-ui/admin/src/main.js
View file @
543e8b06
...
...
@@ -2,6 +2,7 @@ import Vue from 'vue'
import
ElementUI
from
'
element-ui
'
import
'
element-ui/lib/theme-chalk/index.css
'
import
'
./assets/less/base.less
'
import
'
./assets/less/new.less
'
import
App
from
'
./App.vue
'
import
router
from
'
./router
'
import
store
from
'
./store
'
...
...
smart-office-manager-ui/admin/vue.config.js
View file @
543e8b06
...
...
@@ -17,7 +17,7 @@ module.exports = {
hot
:
true
,
//自动保存
proxy
:
{
'
/office
'
:
{
target
:
'
http://1
27.0.0.1:2
1085
'
,
target
:
'
http://1
92.168.0.98:1
1085
'
,
changeOrigin
:
true
,
secure
:
false
,
cookieDomainRewrite
:
'
localhost
'
,
...
...
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