hookehuyr

style(IndexCheckInPage): 添加overflow hidden防止内容溢出

<!--
* @Date: 2025-05-29 15:34:17
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-06-13 14:23:31
* @LastEditTime: 2025-06-15 22:27:42
* @FilePath: /mlaj/src/views/checkin/IndexCheckInPage.vue
* @Description: 文件描述
-->
......@@ -712,6 +712,7 @@ const formatData = (data) => {
.grade-percentage-main {
padding: 0.75rem 1rem;
overflow: hidden;
}
.class-percentage-main {
......