我正在使用星云模板。
我正在尝试使用<nb-select>
.
例如,一旦它位于另一个标签内,我就无法集中控制<div class="input-group">
。
我怎样才能集中<nb-select>
,我怎样才能设置这个控件的 100% 的宽度,并且更改在控件上是可见的?
<div class="input-group">
<nb-select selected="0">
<nb-option value="1">Verint Speech</nb-option>
<nb-option value="2">Nice IA</nb-option>
</nb-select>
</div>