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
56f6672d
Commit
56f6672d
authored
Oct 18, 2020
by
chuzhixin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
移除图标组件滚动条
parent
c783e0ce
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
7 deletions
+5
-7
src/views/vab/icon/colorfulIcon.vue
+3
-3
src/views/vab/icon/index.vue
+1
-2
src/views/vab/icon/remixIcon.vue
+1
-1
src/views/vab/table/index.vue
+0
-1
No files found.
src/views/vab/icon/colorfulIcon.vue
View file @
56f6672d
...
@@ -125,7 +125,7 @@
...
@@ -125,7 +125,7 @@
justify-content
:
center
;
/* 水平居中 */
justify-content
:
center
;
/* 水平居中 */
svg
:
not
(:
root
)
{
svg
:
not
(:
root
)
{
font-size
:
35
px
;
font-size
:
16
px
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
$
base-color-gray
;
color
:
$
base-color-gray
;
text-align
:
center
;
text-align
:
center
;
...
@@ -135,8 +135,8 @@
...
@@ -135,8 +135,8 @@
}
}
.svg-external-icon
{
.svg-external-icon
{
width
:
35
px
;
width
:
20
px
;
height
:
35
px
;
height
:
18
px
;
}
}
}
}
}
}
...
...
src/views/vab/icon/index.vue
View file @
56f6672d
...
@@ -116,8 +116,7 @@
...
@@ -116,8 +116,7 @@
justify-content
:
center
;
/* 水平居中 */
justify-content
:
center
;
/* 水平居中 */
svg
:
not
(:
root
).
svg-inline--fa
{
svg
:
not
(:
root
).
svg-inline--fa
{
font-size
:
35px
;
font-size
:
18px
;
font-weight
:
bold
;
color
:
$
base-color-gray
;
color
:
$
base-color-gray
;
text-align
:
center
;
text-align
:
center
;
vertical-align
:
middle
;
vertical-align
:
middle
;
...
...
src/views/vab/icon/remixIcon.vue
View file @
56f6672d
...
@@ -128,7 +128,7 @@
...
@@ -128,7 +128,7 @@
svg
:
not
(:
root
),
svg
:
not
(:
root
),
.
svg-external-icon
{
.
svg-external-icon
{
font-size
:
28
px
;
font-size
:
16
px
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
$
base-color-gray
;
color
:
$
base-color-gray
;
text-align
:
center
;
text-align
:
center
;
...
...
src/views/vab/table/index.vue
View file @
56f6672d
...
@@ -159,7 +159,6 @@
...
@@ -159,7 +159,6 @@
},
},
computed
:
{
computed
:
{
height
()
{
height
()
{
alert
(
this
.
$baseTableHeight
())
return
this
.
$baseTableHeight
()
return
this
.
$baseTableHeight
()
},
},
},
},
...
...
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