添加管理员权限
This commit is contained in:
@@ -221,6 +221,11 @@ input:focus{
|
||||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
white-space: nowrap;
|
||||
&.btnSamil{
|
||||
padding: 0rem 2rem;
|
||||
line-height: 4rem;
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
&.gallery_btn_radius{
|
||||
border-radius: 1.4rem;
|
||||
}
|
||||
@@ -235,7 +240,16 @@ input:focus{
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
}
|
||||
&.active{
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
}
|
||||
}
|
||||
&.active{
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//started公共按钮样式
|
||||
@@ -751,6 +765,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: 5rem;
|
||||
height: 6rem;
|
||||
&.smail{
|
||||
>input{
|
||||
padding: 1rem 2rem !important;
|
||||
@@ -769,12 +784,13 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
padding: 2rem !important;
|
||||
box-sizing: content-box;
|
||||
background-color: #f3f3f3;
|
||||
background-color: #fff;
|
||||
width: calc(100% - 4rem);
|
||||
font-size: 1.8rem;
|
||||
transition: all .3s;
|
||||
border: 1px solid;
|
||||
}
|
||||
>input:hover{
|
||||
border: 1px solid;
|
||||
}
|
||||
>span{
|
||||
font-size: 2rem;
|
||||
@@ -792,6 +808,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
padding: 2rem !important;
|
||||
box-sizing: content-box;
|
||||
background-color: #f3f3f3;
|
||||
background-color: #fff;
|
||||
width: calc(100% - 4rem);
|
||||
border: 1px solid #000;
|
||||
}
|
||||
@@ -819,6 +836,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
padding: 2rem;
|
||||
transition: all .3s;
|
||||
box-sizing: content-box;
|
||||
border: 1px solid;
|
||||
.el-cascader__tags,.el-input{
|
||||
height: 100%;
|
||||
}
|
||||
@@ -834,7 +852,6 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
}
|
||||
}
|
||||
.el-cascader:hover{
|
||||
border: 1px solid;
|
||||
}
|
||||
.el-cascader__tags{
|
||||
padding-left: 1rem;
|
||||
@@ -991,6 +1008,12 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 50%;
|
||||
border: 1px solid;
|
||||
z-index: 2;
|
||||
@media (max-width: 768px) {
|
||||
transform: translate(-100%, 100%);
|
||||
}
|
||||
&.download{
|
||||
transform: translate(-100%, 100%);
|
||||
}
|
||||
@@ -1827,16 +1850,19 @@ textarea:focus{
|
||||
height: 0;
|
||||
flex-basis: 100%;
|
||||
.search_keyword_center{
|
||||
margin-top: 1rem;
|
||||
justify-content: space-between;
|
||||
display: flex;
|
||||
width: var(--width);
|
||||
background-color: #fff;
|
||||
padding: 1rem 2rem;
|
||||
border-radius: 0 0 .4rem .4rem;
|
||||
border-top: solid 0 #f1f1f1;
|
||||
border-right: solid 1px#f1f1f1;
|
||||
border-left: solid 1px#f1f1f1;
|
||||
border-bottom: solid 1px#f1f1f1;
|
||||
// border-top: solid 0 #f1f1f1;
|
||||
// border-right: solid 1px#f1f1f1;
|
||||
// border-left: solid 1px#f1f1f1;
|
||||
// border-bottom: solid 1px#f1f1f1;
|
||||
border: 1px solid;
|
||||
border-radius: 1rem;
|
||||
max-height: 30rem;
|
||||
overflow-y: scroll;
|
||||
.search_keyword_center_left{
|
||||
|
||||
Reference in New Issue
Block a user