Commit a958b9d4 authored by baixian's avatar baixian

table样式调整

parent 7c606da9
......@@ -126,4 +126,12 @@
height: 19px;
border-radius: 50%;
}
}
\ No newline at end of file
}
@media (max-width: 750px) {
.headerbox {
padding-left: 16px;
}
.tablebox {
padding: 16px 10px 0;
}
}
......@@ -168,6 +168,14 @@
float: left;
}
}
@media (max-width: 750px) {
.title {
padding-left: 16px;
}
.tablebox {
padding: 24px 10px 0;
}
}
@media (max-width: 510px) {
#headerself {
margin-top: 15px;
......
......@@ -51,8 +51,8 @@
}
.tableoperatebox {
min-width: 160px;
line-height: 30px;
}
line-height: 30px;
}
.formitemlabel {
color: #000000;
font-size: 14px;
......@@ -80,7 +80,7 @@
.name{
// margin: 10px 0;
span{
}
}
.textArea{
......@@ -125,4 +125,12 @@
position: absolute;
right: 0;
bottom: 0;
}
\ No newline at end of file
}
@media (max-width: 750px) {
.title {
padding-left: 16px;
}
.tablebox {
padding: 0;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment