You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
453 B
36 lines
453 B
* {
|
|
font-size: 12px;
|
|
font-family: '微软雅黑';
|
|
}
|
|
|
|
body {
|
|
/* background-color: mintcream; */
|
|
}
|
|
|
|
.tab-content,
|
|
#tabassign {
|
|
min-height: 1000px;
|
|
}
|
|
|
|
table {
|
|
table-layout: fixed;
|
|
word-break: break-all;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
|
|
#assign_status,
|
|
#next_users {
|
|
margin: 0 0 0 0;
|
|
border-radius: 0px;
|
|
padding: 0 0 0 0;
|
|
width: 200px;
|
|
}
|
|
|
|
#assign_status {
|
|
width: 100px;
|
|
}
|
|
|
|
.nav-tabs>li>a {
|
|
border-radius: 0px;
|
|
}
|