File tree Expand file tree Collapse file tree
src/api_block/component/option Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ define([
9191 var returnOutParamList = thisBlock . getState ( STATE_returnOutParamList ) ;
9292 var returnOutParamContainer = $ ( `<div class='vp-apiblock-ifoption-container'>
9393 <div class='vp-apiblock-tab-navigation-node-block-title'>
94- <span class='vp-block-optiontab-name'>
95- param
94+ <span class='vp-block-optiontab-name vp-orange-text '>
95+ Parameter
9696 </span>
9797 <div class='vp-apiblock-style-flex-row-center' >
9898
@@ -112,7 +112,7 @@ define([
112112
113113 </div>` ) ;
114114
115- var returnOutParamInput = `<input placeholder="input param "
115+ var returnOutParamInput = `<input placeholder="input parameter "
116116 class="vp-apiblock-blockoption-input
117117 ${ VP_CLASS_STYLE_WIDTH_95PERCENT }
118118 ${ classStr } "
@@ -131,7 +131,7 @@ define([
131131 returnOutParamContainer . append ( returnOutParamBody ) ;
132132 returnBlockOption . append ( returnOutParamContainer ) ;
133133
134- var plusButton = MakeOptionPlusButton ( VP_CLASS_APIBLOCK_PARAM_PLUS_BTN + uuid , '+ Param ' , '' ) ;
134+ var plusButton = MakeOptionPlusButton ( VP_CLASS_APIBLOCK_PARAM_PLUS_BTN + uuid , '+ Parameter ' , 'vp-apiblock-param-box-btn ' ) ;
135135 returnBlockOption . append ( plusButton ) ;
136136
137137 /** bottom block option 탭에 렌더링된 dom객체 생성 */
You can’t perform that action at this time.
0 commit comments