求助个css问题、在vue3中,const bgColor=#000000;在style中background-color: #000000cc,cc不是变量,是常量,用background-color: v-bind(bgColor)后面带透明度cc该怎么写
5