瀏覽代碼

样式修改

林旭祥 1 周之前
父節點
當前提交
32f622f1d6
共有 2 個文件被更改,包括 2 次插入6 次删除
  1. 2 2
      src/components/OnlineFaceWindow/index.vue
  2. 0 4
      src/types/components.d.ts

+ 2 - 2
src/components/OnlineFaceWindow/index.vue

@@ -187,11 +187,11 @@ defineExpose({
 }
 
 .confirmDiaBg {
-  width: 90vh;
+  width: 100vh;
   position: fixed;
   left: 50%;
   top: 50%;
-  margin-left: calc(90vh / -2);
+  margin-left: calc(100vh / -2);
   margin-top: calc((43vh + 3.2rem + 20px) / -2);
   display: flex;
   flex-direction: column;

+ 0 - 4
src/types/components.d.ts

@@ -8,12 +8,8 @@ export {}
 declare module 'vue' {
   export interface GlobalComponents {
     ChooseStudent: typeof import('./../components/ChooseStudent/index.vue')['default']
-    ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
-    ElIcon: typeof import('element-plus/es')['ElIcon']
-    ElInput: typeof import('element-plus/es')['ElInput']
     ElOption: typeof import('element-plus/es')['ElOption']
     ElSelect: typeof import('element-plus/es')['ElSelect']
-    ElSwitch: typeof import('element-plus/es')['ElSwitch']
     FaceWindow: typeof import('./../components/FaceWindow/index.vue')['default']
     Header: typeof import('./../components/Header/index.vue')['default']
     JumpRopeGame: typeof import('./../components/JumpRopeGame/index.vue')['default']