大宝管理后台代码
1
jhzh
2024-10-09 62612eeae7ed67dc538c2563467d0eacf609ad8a
1
2
3
4
5
6
7
8
9
10
11
12
.ant-textarea-limit {
  position: relative;
 
  .limit {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 12px;
    color: #909399;
    background: #fff;
  }
}