cancle
This commit is contained in:
parent
f96e2529e4
commit
c5b1bd9650
|
@ -641,7 +641,7 @@ const scollToButtom = () => {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
border: 1px solid red;
|
border: 1px solid transparent;
|
||||||
|
|
||||||
.c_top {
|
.c_top {
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
|
@ -687,7 +687,7 @@ const scollToButtom = () => {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
border: 1px solid red;
|
border: 1px solid transparent;
|
||||||
|
|
||||||
.c_top {
|
.c_top {
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
|
@ -697,8 +697,7 @@ const scollToButtom = () => {
|
||||||
.switch {
|
.switch {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-top: 1px #333 solid;
|
border-top: 1px #F1F1F1 solid;
|
||||||
border: 1px #333 solid;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: PingFang SC, PingFang SC;
|
font-family: PingFang SC, PingFang SC;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -1012,7 +1011,7 @@ const scollToButtom = () => {
|
||||||
.message-container {
|
.message-container {
|
||||||
height: calc(100vh - 124px);
|
height: calc(100vh - 124px);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 1px red solid;
|
border: 1px transparent solid;
|
||||||
background-color: rgb(245, 245, 251);
|
background-color: rgb(245, 245, 251);
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
|
@ -1030,7 +1029,7 @@ const scollToButtom = () => {
|
||||||
// height: 60px;
|
// height: 60px;
|
||||||
min-height: 60px;
|
min-height: 60px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid red;
|
border: 1px solid transparent ;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
// bottom: 180px;
|
// bottom: 180px;
|
||||||
top: calc(100vh - 122px);
|
top: calc(100vh - 122px);
|
||||||
|
@ -1053,7 +1052,7 @@ const scollToButtom = () => {
|
||||||
/* display: flex;
|
/* display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-start; */
|
justify-content: flex-start; */
|
||||||
border: 1px solid red;
|
border: 1px solid transparent;
|
||||||
// width: calc(100vw - 154px);
|
// width: calc(100vw - 154px);
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
|
Loading…
Reference in New Issue