如何获得带有居中文本和右侧按钮的自举行?

问题描述

我正在使用Bootstrap 4.5和下面的代码来创建网页的一部分,该部分类似于下图,右侧的图标除外。

<div class="ExpSelSection" id="ExpSelSection">
    <div class="ExpSelName" id="ExpSelName">
        <div class="row justify-content-center">
            <div class="col-md-auto align-self-center">
                <p>Centered Text</p>
            </div>
            <div class="pull-right">
                Something
            </div>
        </div>
    </div>
    <div class="ExpSelFields" id="ExpSelFields">
        <div class="row justify-content-center">
            <div class="col-md-auto">
                {{form.e_experiment|as_crispy_field}}
            </div>
        </div>  
    </div>
</div>   

enter image description here

图标就是:

'<i class="material-icons">arrow_circle_down</i>'

如何在不影响居中文本的情况下将图标向右浮动?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...