diff --git a/meeting/common.scss b/meeting/common.scss index 174e2b2..86eca3f 100644 --- a/meeting/common.scss +++ b/meeting/common.scss @@ -1,6 +1,29 @@ +.mb-20{ + margin-bottom: 20rpx; +} .mb-24{ margin-bottom: 24rpx; } .mb-30{ margin-bottom: 30rpx; +} + + + + + + + +/* ========布局========== */ +.flex{ + display: flex; +} +.justify-center{ + justify-content: center; +} +.justify-between{ + justify-content: space-between; +} +.items-center{ + align-items: center; } \ No newline at end of file diff --git a/meeting/components/record.vue b/meeting/components/record.vue index 649f067..39029ce 100644 --- a/meeting/components/record.vue +++ b/meeting/components/record.vue @@ -1,23 +1,69 @@ \ No newline at end of file