mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-20 09:33:47 +08:00
Floating right component added, personal pages style fixed
This commit is contained in:
@@ -2,12 +2,22 @@ ul li ol li em strong i {
|
||||
list-style: none;
|
||||
font-style: normal;
|
||||
}
|
||||
.rc-header {
|
||||
width: 100%;
|
||||
}
|
||||
.rc-center{
|
||||
overflow:hidden;
|
||||
}
|
||||
.rc-title{
|
||||
img{
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
margin:0 auto;
|
||||
}
|
||||
}
|
||||
.userer{
|
||||
img{
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
}
|
||||
//手机端
|
||||
@media screen and (max-width: 768px) {
|
||||
.ts-mypersonal{
|
||||
@@ -45,13 +55,6 @@ ul li ol li em strong i {
|
||||
color:#333333;
|
||||
font-size: 26px;
|
||||
}
|
||||
.rc-title{
|
||||
img{
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
|
||||
}
|
||||
}
|
||||
.userer{
|
||||
img{
|
||||
width: 210px;
|
||||
@@ -246,10 +249,10 @@ ul li ol li em strong i {
|
||||
//pc端
|
||||
|
||||
@media screen and (min-width: 769px) {
|
||||
/deep/.el-dialog {
|
||||
width: 440px;
|
||||
height: 652px;
|
||||
}
|
||||
/deep/.el-dialog {
|
||||
width: 440px;
|
||||
height: 652px;
|
||||
}
|
||||
.ts-mypersonal{
|
||||
margin-left:0;
|
||||
.rc-column{
|
||||
|
||||
Reference in New Issue
Block a user