Commit d66efaec by liangzhen

暂存

1 parent e11a38ae
......@@ -178,7 +178,7 @@ export default {
width:calc(100% - 246px);
position:fixed;
height: 80px;
bottom: -10px;
bottom: -15px;
right: 0;
z-index: 100;
background-color: #f5f5f6;
......
......@@ -190,19 +190,19 @@ export default {
width: 100%;
box-sizing: border-box;
.bottom {
width: 98%;
position: absolute;
width:calc(100% - 246px);
position:fixed;
// height: 80px;
bottom: 120px;
left: 50%;
bottom: -15px;
right: 0;
z-index: 100;
transform: translate(-50%);
background-color: #f5f5f6;
line-height: 62px;
line-height: 80px;
.textarea {
margin-top: 1px;
}
.Btn {
line-height: 80px;
span {
display: inline-block;
width: 95px;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!