forked from huge/frontEnd/hugeOA

Mr Ke
2020-06-24 cb0a06de99bd629c2021e3d9b32fe8eae8c54879
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* eslint-disable */
/**liuwh
 * 4/27/2020, 3:00:42 PM
 * doc comment for the file goes here
 */
 
/** Happy Coding */
.find-already-read-or-not-view {
  &-main {
    & .modal-list .modal-list-item:last-child {
      border-bottom: none;
    }
    & .modal-list-item {
      border-bottom: 1px solid #ccc;
      padding: 5px 5px 5px 20px;
      & > span {
        margin-right: 100px;
      }
    }
  }
}