Skip to content

Commit

Permalink
🚀 添加 dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
lentoo committed May 11, 2019
1 parent 55035e1 commit 924a0d3
Show file tree
Hide file tree
Showing 8 changed files with 266 additions and 70 deletions.
1 change: 1 addition & 0 deletions src/assets/icons/svg/android.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/svg/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/svg/iphone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/svg/refresh.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/assets/styles/common.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

@import './mixin.scss';
// 定义常用的类
@for $i from 1 through 20 {
// 字体大小 .f8 - f20
Expand Down Expand Up @@ -55,4 +55,10 @@
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
}
.flex-row {
@include flex(row);
}
.flex-column {
@include flex(column);
}
1 change: 0 additions & 1 deletion src/views/components/svg-icons/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export default {
@import '~styles/common.scss';
.svg-icons {
margin: 0 20px;
border: 1px solid #eee;
border-right: 0;
.svg-item {
text-align: center;
Expand Down
Loading

0 comments on commit 924a0d3

Please sign in to comment.