fixed confirm modal style
This commit is contained in:
parent
f6a987b77d
commit
03c1449268
@ -1,5 +1,5 @@
|
||||
import React, {useEffect, useMemo, useRef, useState} from "react";
|
||||
import {Checkbox, Empty, Modal} from "antd";
|
||||
import {Checkbox, Empty, Modal, Space} from "antd";
|
||||
import {SortableContext, arrayMove} from '@dnd-kit/sortable';
|
||||
import {DndContext} from "@dnd-kit/core";
|
||||
|
||||
@ -231,10 +231,10 @@ export default function LiveIndex() {
|
||||
<div className="video-list-container video-list-sort-container flex flex-col flex-1 mt-2">
|
||||
<div className="live-control flex justify-between mb-1">
|
||||
<div>
|
||||
<div className="text-sm">
|
||||
<span>当前{state.activeIndex == -1 ? '暂未播放' : `播放到${state.activeIndex}条`},</span>
|
||||
<span>共{videoData.length}条</span>
|
||||
</div>
|
||||
<Space>
|
||||
<span className={"text-blue-500"}>当前{state.activeIndex == -1 ? '暂未播放' : `播放到 ${state.activeIndex + 1} 条`}</span>
|
||||
<span>共 {videoData.length} 条</span>
|
||||
</Space>
|
||||
</div>
|
||||
|
||||
<div className="flex items-center">
|
||||
|
Loading…
x
Reference in New Issue
Block a user