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:
2024-09-12 15:16:02 +00:00

View File

@@ -983,6 +983,7 @@ const handleView = (row) => {
height: 51px!important;
margin: 0 0 0 -93px !important;
z-index: 99;
position: relative;
&:hover{
text-decoration: underline;
}
@@ -1094,7 +1095,7 @@ const handleView = (row) => {
margin-top: 10px;
.todo-content {
overflow-x: scroll;
overflow-x: auto;
margin: 0 12px 0 19px;
padding: 0 0 10px 0;
display: flex;
@@ -1312,7 +1313,7 @@ const handleView = (row) => {
.notice-block {
height: 452px;
overflow-y: scroll;
overflow-y: auto;
margin-top: 10px;
&::-webkit-scrollbar {