浏览代码

update css

gemer 4 年之前
父节点
当前提交
4fafde2b83
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/Danmaku.vue

+ 2 - 2
src/components/Danmaku.vue

@@ -210,7 +210,7 @@ export default {
 }
 .arrow-icon {
   margin-right: 8px;
-  width: 24px;
+  width: 18px;
 }
 
 .send-btn {
@@ -245,7 +245,7 @@ export default {
   background: rgba(0, 0, 0, 0.7);
   width: 340px;
   color: #fff;
-  border-radius: 25px;
+  border-radius: 10px;
   max-height: 200px;
   overflow-x: hidden;
   overflow-y: scroll;