classcard-ui 0.2.261 → 0.2.262

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classcard-ui",
3
- "version": "0.2.261",
3
+ "version": "0.2.262",
4
4
  "main": "dist/classcard-ui.common.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -128,7 +128,7 @@
128
128
  <c-icon name="exclamation-circle" type="solid" class="h-5 w-5"></c-icon>
129
129
  </div>
130
130
  </div>
131
- <p v-if="!isValidate" class="mt-2 text-sm text-red-600">
131
+ <p v-if="!isValidate" class="mt-2 text-sm text-red-600 text-left">
132
132
  {{ errorMessage }}
133
133
  </p>
134
134
  <p