feat: 添加 视频窗口切换组件

This commit is contained in:
YuanHongbo 2024-03-11 09:10:09 +08:00
parent c8e4057ed6
commit 59913abe7b
2 changed files with 0 additions and 46 deletions

View File

@ -1,6 +1,5 @@
import React from 'react';
import { IRecord, VideoPlayerCardProps, ViewLargerImageModalRef } from '@zhst/biz';
import './index.less'
import WindowToggle from './components/WindowToggle';
import WarningRecordList from './components/WarningRecordList';

View File

@ -1,45 +0,0 @@
.zhst-biz-window-toggle {
display: flex;
flex-direction: column;
flex: 1;
.header {
width: 100%;
height: 48px;
background-color: #EFF2F4;
padding: 10px 20px;
box-sizing: border-box;
.ant-segmented {
padding: 0;
.ant-segmented-group {
border-radius: 4px;
overflow: hidden;
.ant-segmented-item {
border-radius: 0;
.ant-segmented-item-label {
padding: 0;
}
}
}
}
}
.body {
flex: 1;
width: 100%;
background-color: #E5EAEC;
padding: 10px;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
>div {
margin: 10px;
}
}
}