This commit is contained in:
熊丽君
2022-03-18 10:49:23 +08:00
parent e4b2f46f54
commit 640e70894c
2 changed files with 8 additions and 3 deletions

View File

@ -70,13 +70,13 @@
class-name="small-padding fixed-width" class-name="small-padding fixed-width"
> >
<template #default="scope"> <template #default="scope">
<el-button <!-- <el-button
size="mini" size="mini"
type="text" type="text"
icon="Download" icon="Download"
@click="handleShelf(scope.row)" @click="handleShelf(scope.row)"
>下架</el-button >下架</el-button
> > -->
<!-- <el-button <!-- <el-button
size="mini" size="mini"
type="text" type="text"

View File

@ -234,8 +234,12 @@ getCookie();
width: 100%; width: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background: #b1ccff;
.content { .content {
padding: 0 250px; // padding: 0 250px;
// padding: 0 30px;
width: 1400px;
margin: 0 auto;
flex: 1; flex: 1;
background: #b1ccff; background: #b1ccff;
display: flex; display: flex;
@ -265,6 +269,7 @@ getCookie();
.login-form { .login-form {
width: 516px; width: 516px;
min-width: 455px;
// height: 517px; // height: 517px;
background: #ffffff; background: #ffffff;
box-sizing: border-box; box-sizing: border-box;