no message

Former-commit-id: 638153021a82cf494e930a9f7bb29cd5add3c964
Former-commit-id: 7163441389d505d2fd3fcfcc98a4f6b8ca606bbf
Former-commit-id: 98306739ecb79c797976635f3fe2ac2d5d6caaae
This commit is contained in:
liyang
2018-06-04 14:26:51 +08:00
parent 487f9d7374
commit bbcabd409d
7 changed files with 217 additions and 47 deletions

View File

@@ -65,48 +65,3 @@ export default {
}
}
</script>
<style lang="scss" scoped>
$border-color: #d8dfea;
.dd-card-full {
position: absolute;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top: 1px solid $border-color;
border-left: 1px solid $border-color;
border-right: 1px solid $border-color;
background-color: #fff;
overflow: hidden;
color: #303133;
&:hover {
box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
}
.dd-card-full__header {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
padding: 18px 20px;
border-bottom: 1px solid $border-color;
box-sizing: border-box;
}
.dd-card-full__body {
position: absolute;
padding: 20px;
left: 0px;
right: 0px;
bottom: 0px;
overflow: auto;
}
.dd-card-full__footer {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
padding: 18px 20px;
border-top: 1px solid $border-color;
box-sizing: border-box;
}
}
</style>

View File

@@ -50,5 +50,5 @@ export default {
<style lang="scss">
// 主题
@import '~@/assets/style/theme/classic.scss';
@import '~@/assets/style/theme/classic/index.scss';
</style>