优化websocket

This commit is contained in:
2024-04-30 13:51:32 +08:00
parent 243ef444c7
commit 068ffaaf6c
8 changed files with 70 additions and 84 deletions

View File

@@ -114,7 +114,7 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
background: center / 100% 100% url(./static/images/bg-task-r1.png) no-repeat;
}
.grid-wrap{
width: 100%;
width: calc(100% - 20px);
/* height: calc(100% - 145px); */
margin: 0 auto;
padding-top: 5px;
@@ -238,9 +238,9 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
align-items: center;
font-size: 12px;
line-height: 13px;
height: 39px;
height: 49px;
color: #fff;
/* padding: 0 5px; */
padding: 5px 2px;
text-align: center;
border-bottom: 1px solid #7A9FE0;
word-break: break-all;
@@ -252,10 +252,10 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
align-items: center;
font-size: 12px;
line-height: 13px;
height: 52px;
height: 49px;
color: #fff;
background-color: rgba(194, 86, 62, 0.2);
padding: 0 5px;
padding: 5px 2px;
text-align: center;
border-bottom: 1px solid #C2563E;
word-break: break-all;