|
@@ -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 {
|