king
2020-08-15 41239717c4446af79268b968557274f88a0afaeb
src/tabviews/zshare/calendar/index.scss
@@ -1,6 +1,6 @@
.mk-calendar {
  width: 100%;
  padding: 10px;
  padding: 20px;
  .mk-calendar-control {
    text-align: right;
@@ -84,9 +84,12 @@
                  right: 0;
                  .message {
                    width: 100%;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    // white-space: nowrap;
                    // overflow: hidden;
                    // text-overflow: ellipsis;
                    .ant-badge-status-text {
                      color: inherit;
                    }
                  } 
                }
                .content::-webkit-scrollbar {
@@ -157,12 +160,12 @@
  .message {
    .ant-badge-status-text {
      display: inline-block;
      min-width: 100px;
      max-width: 200px;
      white-space: nowrap;
      min-width: 200px;
      max-width: 350px;
      // white-space: nowrap;
      vertical-align: middle;
      overflow: hidden;
      text-overflow: ellipsis;
      // overflow: hidden;
      // text-overflow: ellipsis;
    }
  }
  .ant-popover-inner-content {