【发布时间】:2020-11-25 02:36:36
【问题描述】:
我需要使用引导内联表单或布局下方的任何其他方式创建文本区域和按钮,如下所示,我尝试过下面的代码,但它似乎不起作用
<div class="form-inline">
<div class="form-group">
<textarea class="form-control input-sm" rows="3" style="resize: none" ng-model="formData_EventDetails.serviceNowStr" id="serviceNowStr" readonly placeholder=""></textarea>
<button class="uk-button primary " ng-click="viewServiceNowPopup(formData_EventDetails)" style="display: inline" > View </button>
<button class="uk-button primary " ng-click="openServiceNowPopup(formData_EventDetails)" style="display: inline; margin-top: 5px" > Search </button>
</div>
</div>
【问题讨论】:
-
您的意思是“它似乎不起作用”您具体看到了什么问题?你试过什么?您是否添加了任何您自己的自定义 CSS?
标签: html css twitter-bootstrap-3