up
This commit is contained in:
@ -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"
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user