|
224 | 224 | <div class="exmo_box_name">圆角弧度</div> |
225 | 225 | </div> |
226 | 226 | <div> |
| 227 | + |
| 228 | + <value-input v-bind:name="Lang.from('左上')" |
| 229 | + v-bind:title="Lang.from('左上')" |
| 230 | + v-bind:edit_value.sync="Gob.shape.radian.topLeft" |
| 231 | + v-bind:out_value.sync="Gob.shape.assignment.radian.topLeft" |
| 232 | + v-bind:enable_assign.sync="Gob.shape.enableAssigns.radian.topLeft" |
| 233 | + v-bind:assist_type="'radian'" |
| 234 | + v-bind:assist_range_max="100" |
| 235 | + mini="true"></value-input> |
| 236 | + |
| 237 | + |
227 | 238 | <value-input v-bind:name="Lang.from('右上')" |
228 | 239 | v-bind:title="Lang.from('右上')" |
229 | 240 | v-bind:edit_value.sync="Gob.shape.radian.topRight" |
|
234 | 245 |
|
235 | 246 | mini="true"></value-input> |
236 | 247 |
|
237 | | - <value-input v-bind:name="Lang.from('左上')" |
238 | | - v-bind:title="Lang.from('左上')" |
239 | | - v-bind:edit_value.sync="Gob.shape.radian.topLeft" |
240 | | - v-bind:out_value.sync="Gob.shape.assignment.radian.topLeft" |
241 | | - v-bind:enable_assign.sync="Gob.shape.enableAssigns.radian.topLeft" |
| 248 | + |
| 249 | + <value-input v-bind:name="Lang.from('左下')" |
| 250 | + v-bind:title="Lang.from('左下')" |
| 251 | + v-bind:edit_value.sync="Gob.shape.radian.bottomLeft" |
| 252 | + v-bind:out_value.sync="Gob.shape.assignment.radian.bottomLeft" |
| 253 | + v-bind:enable_assign.sync="Gob.shape.enableAssigns.radian.bottomLeft" |
242 | 254 | v-bind:assist_type="'radian'" |
243 | 255 | v-bind:assist_range_max="100" |
244 | 256 | mini="true"></value-input> |
|
252 | 264 | v-bind:assist_range_max="100" |
253 | 265 | mini="true"></value-input> |
254 | 266 |
|
255 | | - <value-input v-bind:name="Lang.from('左下')" |
256 | | - v-bind:title="Lang.from('左下')" |
257 | | - v-bind:edit_value.sync="Gob.shape.radian.bottomLeft" |
258 | | - v-bind:out_value.sync="Gob.shape.assignment.radian.bottomLeft" |
259 | | - v-bind:enable_assign.sync="Gob.shape.enableAssigns.radian.bottomLeft" |
260 | | - v-bind:assist_type="'radian'" |
261 | | - v-bind:assist_range_max="100" |
262 | | - mini="true"></value-input> |
| 267 | + |
263 | 268 | </div> |
264 | 269 |
|
265 | 270 | <div> |
|
0 commit comments