no message

Former-commit-id: 5a497d156a66299830a672ff1b8d22165c19a8cb
Former-commit-id: 6429c53c4c9592bf05987029d8ae7a62ee383df9
Former-commit-id: 6d3b1470b390e23f2f5fe6c58ddb762bedb96e98
This commit is contained in:
liyang
2018-06-04 14:47:25 +08:00
parent 3b09d88200
commit 73f6741477
15 changed files with 31 additions and 31 deletions

View File

@@ -14,7 +14,7 @@ $theme-color: #EFF4F8;
box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
}
}
.dd-card-full {
.dd-container-full {
position: absolute;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
@@ -24,7 +24,7 @@ $theme-color: #EFF4F8;
&:hover {
box-shadow: none;
}
.dd-card-full__header {
.dd-container-full__header {
position: absolute;
top: 0px;
left: 0px;
@@ -32,7 +32,7 @@ $theme-color: #EFF4F8;
padding: 18px 20px;
box-sizing: border-box;
}
.dd-card-full__body {
.dd-container-full__body {
position: absolute;
padding: 20px;
left: 0px;
@@ -40,7 +40,7 @@ $theme-color: #EFF4F8;
bottom: 0px;
overflow: auto;
}
.dd-card-full__footer {
.dd-container-full__footer {
position: absolute;
bottom: 0px;
left: 0px;