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"
>
<template #default="scope">
<el-button
<!-- <el-button
size="mini"
type="text"
icon="Download"
@click="handleShelf(scope.row)"
>下架</el-button
>
> -->
<!-- <el-button
size="mini"
type="text"

View File

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