Prechádzať zdrojové kódy

Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table into beta

SanHQin 2 týždňov pred
rodič
commit
98a2bf798f

+ 2 - 2
src/components/pages/components/appDialog.vue

@@ -948,7 +948,7 @@ export default {
 
 
 .ac_c_item {
 .ac_c_item {
   width: calc(100% / 4 - (15px * 4) / 4);
   width: calc(100% / 4 - (15px * 4) / 4);
-  height: 260px;
+  height: 250px;
   background-color: #fff;
   background-color: #fff;
   border-radius: 10px;
   border-radius: 10px;
   /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
   /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
@@ -1073,7 +1073,7 @@ export default {
 }
 }
 
 
 .ac_c_i_t_r_top {
 .ac_c_i_t_r_top {
-  height: 40px;
+  height: 30px;
   display: flex;
   display: flex;
   align-items: flex-end;
   align-items: flex-end;
   justify-content: space-between;
   justify-content: space-between;