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