no message
Former-commit-id: f2727f8c9c3cdc09886905d017c04f12f3acc53f Former-commit-id: 6e48deb293b9eeb4f4a1e33d313de99e1f64bd5f Former-commit-id: 133247ff70d645f23fcce270c3e214c7b7584563
This commit is contained in:
22
src/pages/demo/chart/index/style.scss
Normal file
22
src/pages/demo/chart/index/style.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
@import '~@/assets/style/public.scss';
|
||||
.demo-chart-index {
|
||||
.vue-grid-layout {
|
||||
margin: -10px;
|
||||
.el-card {
|
||||
@extend %unable-select;
|
||||
height: 100%;
|
||||
.el-card__body {
|
||||
height: 100%;
|
||||
padding: 0px;
|
||||
}
|
||||
}
|
||||
.vue-resizable-handle {
|
||||
bottom: 6px;
|
||||
right: 6px;
|
||||
opacity: .3;
|
||||
&:hover{
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user