11wqe1 4 mesi fa
parent
commit
a0725b0d99
1 ha cambiato i file con 5 aggiunte e 8 eliminazioni
  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 {