xy 7 년 전
부모
커밋
63e24a67eb

+ 1 - 0
src/app/common/deploy/index.css

@@ -36,6 +36,7 @@ p.show {
 .vice-title {
     width: 150px;
     display: inline-block;
+    font-size: 14px;
 }
 
 .cloud-name {

+ 20 - 24
src/app/common/deploy/tencent/notificationCard/NotificationCardRender.js

@@ -131,21 +131,19 @@ class NotificationCardFetch extends Component {
     render() {
         return (
             <div>
-                <div className='kind'>
+                <div>
                     <p style={{marginBottom: 10}}><b><FormattedMessage id="Ding Talk"/></b></p>
-                    <div className='item'>
+                    <div>
                         <p style={{marginBottom: 10}}>
-                            <span className='item-title'>
-                                <span>
-                                    {
-                                        youMustFill['dingding webhook'] ?
-                                            <span style={{color: 'red', display: 'inline', marginRight: 10}}>*</span>
-                                            :
-                                            ''
-                                    }
-                                    <FormattedMessage id="Web hook"/>
-                                    &nbsp;
-                                </span>
+                            <span className='vice-title'>
+                                {
+                                    youMustFill['dingding webhook'] ?
+                                        <span style={{color: 'red', display: 'inline', marginRight: 10}}>*</span>
+                                        :
+                                        ''
+                                }
+                                <FormattedMessage id="Web hook"/>
+                                &nbsp;
                                 <Tooltip placement="top" title={toolTipTitle['dingding webhook']}>
                                     <Icon type="question-circle"/>
                                 </Tooltip>
@@ -157,17 +155,15 @@ class NotificationCardFetch extends Component {
                             }}/>
                         </p>
                         <p style={{marginBottom: 10}}>
-                            <span className='item-title'>
-                                <span>
-                                    {
-                                        youMustFill['notification name'] ?
-                                            <span style={{color: 'red', display: 'inline', marginRight: 10}}>*</span>
-                                            :
-                                            ''
-                                    }
-                                    <FormattedMessage id="Notification Name"/>
-                                    &nbsp;
-                                </span>
+                            <span className='vice-title'>
+                                {
+                                    youMustFill['notification name'] ?
+                                        <span style={{color: 'red', display: 'inline', marginRight: 10}}>*</span>
+                                        :
+                                        ''
+                                }
+                                <FormattedMessage id="Notification Name"/>
+                                &nbsp;
                                 <Tooltip placement="top" title={toolTipTitle['notification name']}>
                                     <Icon type="question-circle"/>
                                 </Tooltip>

+ 1 - 0
src/app/wechatService/wxConfig/index.css

@@ -1,4 +1,5 @@
 .vice-title {
   width: 150px;
   display: inline-block;
+  font-size: 14px;
 }