fix: 修复text图表 有序、无序列表展示错误
This commit is contained in:
@@ -525,13 +525,13 @@
|
|||||||
white-space: initial;
|
white-space: initial;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 12px 15px;
|
padding: 12px 15px;
|
||||||
|
li{
|
||||||
|
list-style-type: unset !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.v-md-copy-code-btn{
|
.v-md-copy-code-btn{
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
li{
|
|
||||||
list-style-type: unset !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -62,8 +62,6 @@ export default {
|
|||||||
delCallBack (ids, from) {
|
delCallBack (ids, from) {
|
||||||
const dataList = this.$refs.dataList
|
const dataList = this.$refs.dataList
|
||||||
if ((dataList && dataList.from == from) && (dataList.bottomBox && dataList.bottomBox.showSubList)) {
|
if ((dataList && dataList.from == from) && (dataList.bottomBox && dataList.bottomBox.showSubList)) {
|
||||||
console.log(dataList.bottomBox.object)
|
|
||||||
console.log(dataList.bottomBox.object.id)
|
|
||||||
if (ids.indexOf(dataList.bottomBox.object.id) !== -1) {
|
if (ids.indexOf(dataList.bottomBox.object.id) !== -1) {
|
||||||
dataList.bottomBox.showSubList = false
|
dataList.bottomBox.showSubList = false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -136,6 +136,7 @@
|
|||||||
:id="alertLabelId"
|
:id="alertLabelId"
|
||||||
:that="alertLabelObj"
|
:that="alertLabelObj"
|
||||||
:type="alertLabelType"
|
:type="alertLabelType"
|
||||||
|
@tipHover="tipHover"
|
||||||
></alertLabel>
|
></alertLabel>
|
||||||
<el-upload
|
<el-upload
|
||||||
action=""
|
action=""
|
||||||
|
|||||||
Reference in New Issue
Block a user