@mixd-id/web-scaffold 0.1.230406180 → 0.1.230406181

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.230406180",
4
+ "version": "0.1.230406181",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -253,8 +253,13 @@ export default{
253
253
  <style>
254
254
 
255
255
  .bW9k{
256
- @apply fixed z-20 top-0 left-0 bottom-0 right-0 hidden;
256
+ @apply z-20 hidden;
257
257
  @apply bg-black/50 backdrop-blur-md;
258
+ position: fixed;
259
+ top: 0;
260
+ left: 0;
261
+ bottom: 0;
262
+ right: 0;
258
263
  }
259
264
  .bW9l{
260
265
  @apply grid;
@@ -95,7 +95,7 @@ export default{
95
95
  url: import.meta.env.VITE_API_HOST + this.submitUrl,
96
96
  data: {
97
97
  url: this.$route.path,
98
- host: this.$route.host,
98
+ host: location.hostname,
99
99
  componentUid: this.uid,
100
100
  ...this.form,
101
101
  type: 1,