Jelajahi Sumber

更新样式

11wqe1 2 bulan lalu
induk
melakukan
a0725b0d99
1 mengubah file dengan 5 tambahan dan 8 penghapusan
  1. 5 8
      src/components/index.vue

+ 5 - 8
src/components/index.vue

@@ -1241,17 +1241,14 @@ export default {
 
 
 .cName {
 .cName {
   cursor: pointer;
   cursor: pointer;
-  /* margin: 0 10px 10px 0; */
   color: #b9b6b9;
   color: #b9b6b9;
-  /* min-width: 80px; */
-  /* width: 80px; */
-  flex-shrink: 0;
   display: flex;
   display: flex;
-  align-items: center;
   justify-content: center;
   justify-content: center;
-  /* white-space: nowrap; */
-  /* overflow: hidden;
-  text-overflow: ellipsis; */
+  align-items: center;
+  white-space: nowrap;
+  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
+  padding: 1px 5px;
+  box-sizing: border-box;
 }
 }
 
 
 .reBox {
 .reBox {