fix: 边框颜色主题色,实时监控窗口有图片和选中,预警记录文字溢出
This commit is contained in:
parent
93bc21a29a
commit
6eb14f8eef
@ -1,5 +1,4 @@
|
||||
import { Card, Space, CardProps, Spin, Button } from 'antd';
|
||||
import { theme } from 'antd/lib';
|
||||
import { Card, Space, CardProps, Spin, Button, theme } from 'antd';
|
||||
import { ConfigProvider, VideoPlayer, CropperImage, type VideoViewRef, } from '@zhst/meta';
|
||||
import React, { useState, useEffect, ReactNode, useRef, useContext } from 'react';
|
||||
import { CloseOutlined, LoadingOutlined } from '@ant-design/icons';
|
||||
@ -63,6 +62,7 @@ export const VideoPlayerCard: React.FC<VideoPlayerCardProps> = (props) => {
|
||||
<div style={{ width: "100%", height: "100%" }}>
|
||||
<CropperImage
|
||||
// editAble={true}
|
||||
selectAble={false}
|
||||
odList={odRectDefault}
|
||||
url={imageKey}
|
||||
/>
|
||||
|
@ -2,7 +2,6 @@ import { Card, Space, Divider, CardProps, theme } from 'antd';
|
||||
import React, { useContext } from 'react';
|
||||
import dayjs from 'dayjs';
|
||||
import { ConfigProvider, CropperImage } from '@zhst/meta';
|
||||
|
||||
import './index.less'
|
||||
export interface IRecord {
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
|
||||
&-card {
|
||||
border-radius: 4px;
|
||||
max-width: 380px;
|
||||
|
||||
&-img {
|
||||
width: 356px ;
|
||||
|
Loading…
Reference in New Issue
Block a user