调整部分bug
This commit is contained in:
@@ -481,7 +481,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>{{ ageGroup }}
|
||||
</div>
|
||||
<mannequinEdit ref="ModelPlacement" :ageGroup="ageGroup" :isPop="true" @submit="getLibraryList"></mannequinEdit>
|
||||
|
||||
</div>
|
||||
@@ -524,7 +524,7 @@ import { remove } from "jszip";
|
||||
import createSlogan from "@/component/HomePage/createSlogan.vue";
|
||||
import generalMenu from "@/component/HomePage/generalMenu.vue";
|
||||
import UpgradePlan from "@/component/HomePage/UpgradePlan.vue";
|
||||
import mannequinEdit from "@/component/HomePage/index/model/mannequin/edit.vue";
|
||||
import mannequinEdit from "@/component/home/design/mannequin/edit.vue";
|
||||
export default defineComponent({
|
||||
components: {
|
||||
setLabel,
|
||||
@@ -1966,6 +1966,8 @@ export default defineComponent({
|
||||
// width: calc(100% - 23.5rem);
|
||||
height: 100%;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.header_operate_item{
|
||||
margin-right: 5rem;
|
||||
color: #C2C2C2;
|
||||
@@ -2048,7 +2050,9 @@ export default defineComponent({
|
||||
|
||||
.libray_right_content{
|
||||
width:100%;
|
||||
height:calc(100% - 12rem);
|
||||
// height:calc(100% - 12rem);
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
padding: 0.1rem 0 0 0.3rem;
|
||||
box-sizing: border-box;
|
||||
&.myBrand{
|
||||
@@ -2165,6 +2169,7 @@ export default defineComponent({
|
||||
justify-content: flex-start;
|
||||
align-content: flex-start;
|
||||
position: relative;
|
||||
flex: 1;
|
||||
&.content_body_table::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
@@ -2343,7 +2348,7 @@ export default defineComponent({
|
||||
.table_pagination{
|
||||
text-align: center;
|
||||
// height: 5.2rem;
|
||||
flex: 1;
|
||||
// flex: 1;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user