【发布时间】:2021-09-20 19:52:23
【问题描述】:
有人可以帮助我处理Element UI 库的以下progress 元素:
Element UI - Progress link
HTML:
<el-progress :text-inside="true" :percentage="item.value" color="#6A7EC7" :stroke-
width="12"></el-progress>
CSS:
.el-progress-bar__outer {
background-color: transparent;
}
我尝试将文本 div 设置为 relative,如下所示:
>>> .el-progress-bar__innerText {
color: $color-tremor-black;
position: relative;
left: 30px;
}
我错过了什么?需要做什么?
谢谢。
【问题讨论】:
标签: html css element-ui