Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王淑敏
vipSupplier
Commits
f748f083
Commit
f748f083
authored
Oct 25, 2020
by
chuzhixin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat: Mask add Gaussian blur
parent
feca6723
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
+12
-8
src/styles/vab.scss
+12
-8
No files found.
src/styles/vab.scss
View file @
f748f083
...
...
@@ -5,13 +5,13 @@
@charset
"utf-8"
;
@import
"./normalize.scss"
;
@import
"./transition.scss"
;
@import
"./loading.scss"
;
@import
"./themes/green.scss"
;
@import
"./themes/glory.scss"
;
@import
"./themes/dark.scss"
;
$base
:
".vab"
;
@import
'./normalize.scss'
;
@import
'./transition.scss'
;
@import
'./loading.scss'
;
@import
'./themes/green.scss'
;
@import
'./themes/glory.scss'
;
@import
'./themes/dark.scss'
;
$base
:
'.vab'
;
@mixin
scrollbar
{
max-height
:
88vh
;
...
...
@@ -96,6 +96,10 @@ html {
}
}
.v-modal
{
backdrop-filter
:
blur
(
10px
);
}
/* el-tag开始 */
.el-tag
+
.el-tag
{
margin-left
:
10px
;
...
...
@@ -143,7 +147,7 @@ html {
.app-main-container
{
@include
base-scrollbar
;
>
[
class
*=
"-container"
]
{
>
[
class
*=
'-container'
]
{
padding
:
$base-padding
;
background
:
$base-color-white
;
}
...
...
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