拆分上下角标
This commit is contained in:
@@ -2652,6 +2652,14 @@ export default {
|
|||||||
width:50%;
|
width:50%;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
}
|
}
|
||||||
|
/deep/.sub{
|
||||||
|
vertical-align: sub;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
/deep/.sup{
|
||||||
|
vertical-align: super;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
.preImgStyle {
|
.preImgStyle {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
/deep/.wordImg {
|
/deep/.wordImg {
|
||||||
|
|||||||
Reference in New Issue
Block a user