Commit 3f8f9b92 authored by 王晓倩's avatar 王晓倩

视频可视化播放器窗口背景色

parent 3533c1cb
...@@ -49,13 +49,14 @@ ...@@ -49,13 +49,14 @@
</template> </template>
<style lang="scss" scped> <style lang="scss" scped>
@import '@/utils/public.scss'; @import '@/utils/public.scss';
.row{ .row{
display: flex; display: flex;
.box{ .box{
width: 100%; width: 100%;
text-align: center; text-align: center;
} background-color: #edf1f6;
} }
}
.boxred{ .boxred{
border: 1px solid red; border: 1px solid red;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment