Browse Source

EM推送样式修改

dev
wenlele 2 years ago
parent
commit
93b20481ae
  1. 4
      web/client/src/sections/service/components/pushModal.jsx

4
web/client/src/sections/service/components/pushModal.jsx

@ -202,7 +202,7 @@ function pushModal (props) {
<Form
labelPosition="left"
labelAlign="right"
labelWidth="130px"
labelWidth="128px"
onValueChange={(values, field) => {
for (var key in field) {
if (key == 'tactics') {
@ -370,7 +370,7 @@ function pushModal (props) {
分钟则通过信鸽服务发送一条通知信息
</span>
}
style={{ width: 198 }}>
style={{ width: 173 }}>
持续时长推送机制
</Form.Radio>
<Form.Radio

Loading…
Cancel
Save