|
@@ -87,7 +87,7 @@ export default {
|
|
.am-corner:after {
|
|
.am-corner:after {
|
|
content: '';
|
|
content: '';
|
|
width: calc(100% - 24px);
|
|
width: calc(100% - 24px);
|
|
- height: 100%;
|
|
|
|
|
|
+ height: calc(100% + 6px);
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 12px;
|
|
left: 12px;
|
|
top: -3px;
|
|
top: -3px;
|
|
@@ -97,7 +97,7 @@ export default {
|
|
}
|
|
}
|
|
.am-corner:before {
|
|
.am-corner:before {
|
|
content: '';
|
|
content: '';
|
|
- width: 100%;
|
|
|
|
|
|
+ width: calc(100% + 6px);
|
|
height: calc(100% - 24px);
|
|
height: calc(100% - 24px);
|
|
position: absolute;
|
|
position: absolute;
|
|
left: -3px;
|
|
left: -3px;
|