Browse Source

(*)标题替换

master
peng.peng 1 year ago
parent
commit
8899b1ca28
  1. BIN
      super-screen/client/assets/images/homepage/enter/row2-1-select.png
  2. BIN
      super-screen/client/assets/images/homepage/enter/row2-1.png
  3. BIN
      super-screen/client/assets/images/homepage/enter/row2-2-select.png
  4. BIN
      super-screen/client/assets/images/homepage/enter/row2-2.png
  5. BIN
      super-screen/client/assets/images/homepage/enter/row2-3-select.png
  6. BIN
      super-screen/client/assets/images/homepage/enter/row2-3.png
  7. 3
      super-screen/client/src/sections/fire-control/components/item-left.js

BIN
super-screen/client/assets/images/homepage/enter/row2-1-select.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 40 KiB

BIN
super-screen/client/assets/images/homepage/enter/row2-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

BIN
super-screen/client/assets/images/homepage/enter/row2-2-select.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

BIN
super-screen/client/assets/images/homepage/enter/row2-2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

BIN
super-screen/client/assets/images/homepage/enter/row2-3-select.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

BIN
super-screen/client/assets/images/homepage/enter/row2-3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

3
super-screen/client/src/sections/fire-control/components/item-left.js

@ -22,6 +22,7 @@ function BasicInfo(props) {
phone = str.substring(str.length - 11, str.length)
}
const id = Math.random()
return <Box title={"事件概况"} >
<div className='item_left-container'>
<div className='alarm_time'>
@ -77,7 +78,7 @@ function BasicInfo(props) {
<div className='left_item_right1' style={{ textAlign: 'left' }}>
<div><span style={{ marginRight: 30, marginBottom: 15 }}>路线规划 {routes?.time && `(${formatSeconds(routes?.time, true)})`}</span></div>
<AutoRollComponent
key={alarmInfo?.id}
key={alarmInfo?.id + routes?.time}
canScroll={routes?.steps?.length > 3}
content={getContent()}
divHeight={100}

Loading…
Cancel
Save