求助贴。魔兽世界客户端1.14.2,使用暗黑3血球UI插件,所有的部件都设置好了,唯独施法条的背景颜色太长,求大家帮忙看

注意看施法条,施法条的左侧有很长的红色背景,很烦。
相关LUA内容我也贴上。
castbar = {
show = true,
TextSize = 11,
hideDefault = true, --if you hide the Roth_UI castbar, should the Blizzard castbar be shown?
latency = true,
texture = (mediapath.."statusbar3"),
scale = 1/1, --divide 1 by current unit scale if you want to prevent scaling of the castbar based on unit scale
color = {
bar = { r = 0, g = 0.5, b = 1, a = 0.8, },
bg = { r = 0.1, g = 0.1, b = 0.1, a = 0.7, },
},
pos = { a1 = "BOTTOM", a2 = "BOTTOM", af = "UIParent", x = 0, y = 180.5 },
},
castbar = {
show = false,
hideDefault = true, --if you hide the Roth_UI castbar, should the Blizzard castbar be shown?
texture = "Interface\\AddOns\\Roth_UI-Classic\\media\\statusbar3",
scale = 1/0.85, --divide 1 by current unit scale if you want to prevent scaling of the castbar based on unit scale
color = {
bar = { r = 1, g = 0.7, b = 0, a = 1, },
bg = { r = 0.1, g = 0.1, b = 0.1, a = 0.7, },
},
pos = { a1 = "BOTTOM", a2 = "BOTTOM", af = "UIParent", x = 0, y = 490 },
},