Merge pull request 'fix : 首页细节样式优化' (#771) from de into master
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/771
This commit is contained in:
@@ -983,6 +983,7 @@ const handleView = (row) => {
|
|||||||
height: 51px!important;
|
height: 51px!important;
|
||||||
margin: 0 0 0 -93px !important;
|
margin: 0 0 0 -93px !important;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
|
position: relative;
|
||||||
&:hover{
|
&:hover{
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
@@ -1094,7 +1095,7 @@ const handleView = (row) => {
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|
||||||
.todo-content {
|
.todo-content {
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
margin: 0 12px 0 19px;
|
margin: 0 12px 0 19px;
|
||||||
padding: 0 0 10px 0;
|
padding: 0 0 10px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -1312,7 +1313,7 @@ const handleView = (row) => {
|
|||||||
|
|
||||||
.notice-block {
|
.notice-block {
|
||||||
height: 452px;
|
height: 452px;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
|
|||||||
Reference in New Issue
Block a user