chenyao
2025-03-19 3f1a8f29ad67e632b53cd7844b671fbf9d910f58
增加备案信息
1 files modified
8 ■■■■■ changed files
src/pages/page-web/index.vue 8 ●●●●● patch | view | raw | blame | history
src/pages/page-web/index.vue
@@ -33,6 +33,7 @@
        </a-button>
      </a-form-item>
    </a-form>
    <div class="page-ba">赣ICP备18011362号-3</div>
  </div>
</template>
@@ -107,5 +108,12 @@
.login {
  background-color: $dark-highlight;
  height: 100vh;
  position: relative;
  .page-ba {
    position: absolute;
    bottom: 10px;
    color: white;
  }
}
</style>