|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div class="app_container">
|
|
|
+ <div class="main_container">
|
|
|
<!-- 顶部筛选与统计区域 -->
|
|
|
<div class="page_search">
|
|
|
<div class="search_content">
|
|
|
@@ -114,17 +114,21 @@ onMounted( async()=>{
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
|
-.app_container {
|
|
|
+.main_container {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- overflow: auto;
|
|
|
- width: 100%;
|
|
|
- min-height: 100vh;
|
|
|
- background-color: #ffffff;
|
|
|
- padding:calc(16 * var(--app-rpx)) calc(12 * var(--app-rpx));
|
|
|
-
|
|
|
- > * {
|
|
|
- flex-shrink: 0;
|
|
|
+ background-color: #ffffff !important;
|
|
|
+ padding:calc(16 * var(--app-rpx)) calc(12 * var(--app-rpx)) calc(90 * var(--app-rpx)) !important;
|
|
|
+
|
|
|
+ .search_content{
|
|
|
+ .content_right{
|
|
|
+ height: auto;
|
|
|
+ :deep(.button_border){
|
|
|
+ width: calc(88 * var(--app-rpx));
|
|
|
+ height: calc(36 * var(--app-rpx)) !important;
|
|
|
+ font-size: calc(12 * var(--app-rpx));
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/* 覆盖外部样式的一些特定调整 */
|
|
|
@@ -156,11 +160,6 @@ onMounted( async()=>{
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .button_border{
|
|
|
- width: calc(88 * var(--app-rpx));
|
|
|
- height: calc(36 * var(--app-rpx));
|
|
|
- font-size: calc(12 * var(--app-rpx));
|
|
|
- }
|
|
|
|
|
|
/* 教师列表网格布局 */
|
|
|
.teacher_list {
|
|
|
@@ -232,7 +231,7 @@ onMounted( async()=>{
|
|
|
/* 底部区域 */
|
|
|
.bottom_action {
|
|
|
margin-top: calc(84 * var(--app-rpx)) ;
|
|
|
- margin-bottom: calc(44 * var(--app-rpx)) ;
|
|
|
+ margin-bottom: calc(10 * var(--app-rpx)) ;
|
|
|
flex: 1 1;
|
|
|
display: flex;
|
|
|
align-items: flex-end;
|