no message

Former-commit-id: b66bab38b9ec766eb4807c6ac99311cfa7b1367e
Former-commit-id: 98aa28132f7dfb1386d534cccb9b00516bbe6df1
Former-commit-id: 95ede8da9db4ce854d573c3c28a46b6d8b35ed3e
Former-commit-id: f30802a28314382d7652ee1a9d6b75afd327ccf7
This commit is contained in:
liyang
2018-06-12 10:01:49 +08:00
parent 1386d61cee
commit 6852f6155f
9 changed files with 23 additions and 56 deletions

View File

@@ -40,8 +40,8 @@ export default {
<style lang="scss" scoped>
@import '~@/assets/style/public.scss';
.title-group {
margin-top: $margin;
margin-bottom: $margin / 2;
margin-top: 20px;
margin-bottom: 10px;
&:first-child {
margin-top: 0px;
}

View File

@@ -94,9 +94,6 @@ export default {
.el-card {
height: 100%;
@extend %unable-select;
// .el-card__header {
// padding: 8px $margin;
// }
}
.vue-resizable-handle {
opacity: .3;

View File

@@ -47,7 +47,7 @@ export default {
<style lang="scss" scoped>
@import '~@/assets/style/public.scss';
.col {
padding: $margin;
padding: 20px;
border-radius: 4px;
border-width: 1px;
border-style: solid;