|
|
@@ -98,3 +98,25 @@ export default {
|
|
|
margin: 0;
|
|
|
}
|
|
|
</style>
|
|
|
+<!--<style lang="scss" scoped>-->
|
|
|
+<!--.date-cell{-->
|
|
|
+<!-- position: relative;-->
|
|
|
+<!-- box-sizing: border-box;-->
|
|
|
+<!-- width: 100%;-->
|
|
|
+<!-- overflow: hidden;-->
|
|
|
+<!-- color: #323233;-->
|
|
|
+<!-- background-color: #fff;-->
|
|
|
+<!--}-->
|
|
|
+<!--.date-cell::after{-->
|
|
|
+<!-- position: absolute;-->
|
|
|
+<!-- box-sizing: border-box;-->
|
|
|
+<!-- content: ' ';-->
|
|
|
+<!-- pointer-events: none;-->
|
|
|
+<!-- right: 30px;-->
|
|
|
+<!-- bottom: 0;-->
|
|
|
+<!-- left: 30px;-->
|
|
|
+<!-- border-bottom: 1px solid #ebedf0;-->
|
|
|
+<!-- -webkit-transform: scaleY(.5);-->
|
|
|
+<!-- transform: scaleY(.5);-->
|
|
|
+<!--}-->
|
|
|
+<!--</style>-->
|