comand-component-library 4.0.70 → 4.0.71
Sign up to get free protection for your applications and to get access to all the features.
@@ -155,7 +155,7 @@ export default {
|
|
155
155
|
return ""
|
156
156
|
},
|
157
157
|
setInnerClass() {
|
158
|
-
return "inner-
|
158
|
+
return "inner-text-wrapper " + this.textAlign + " " + (this.innerClass || "")
|
159
159
|
}
|
160
160
|
},
|
161
161
|
methods: {
|