Browse Source

字符修改

release_1.3.0
deartibers 2 years ago
parent
commit
faa32a6a4b
  1. 2
      code/VideoAccess-VCMP/web/client/src/sections/openness/containers/mirroringDetail.jsx

2
code/VideoAccess-VCMP/web/client/src/sections/openness/containers/mirroringDetail.jsx

@ -1110,7 +1110,7 @@ const MirroringDetail = (props) => {
{addLabel ? ( {addLabel ? (
<div style={{ width: 264, height: '100%', position: 'absolute', top: 64, left: 464, background: '#FFFFFF', zIndex: 120 }}> <div style={{ width: 264, height: '100%', position: 'absolute', top: 64, left: 464, background: '#FFFFFF', zIndex: 120 }}>
<div style={{ background: 'linear-gradient(180deg, #1859C1 0%, #2C66E7 100%)', display: 'flex', height: 49, padding: '0px 12px 0px 10px', alignItems: 'center', justifyContent: 'space-between', }}> <div style={{ background: 'linear-gradient(180deg, #1859C1 0%, #2C66E7 100%)', display: 'flex', height: 49, padding: '0px 12px 0px 10px', alignItems: 'center', justifyContent: 'space-between', }}>
<div style={{ fontSize: 14, color: '#F9F9F9' }}>筛选项组设置</div> <div style={{ fontSize: 14, color: '#F9F9F9' }}>标签组设置</div>
<div style={{ width: 16, height: 16, cursor: 'pointer' }} onClick={() => { setAddLabel(false); }}> <div style={{ width: 16, height: 16, cursor: 'pointer' }} onClick={() => { setAddLabel(false); }}>
<img <img
src="/assets/images/imageImg/close.png" src="/assets/images/imageImg/close.png"

Loading…
Cancel
Save