提交记录文件-复制时不能复制左边的序号和=-符号

This commit is contained in:
caishi 2024-11-08 14:44:12 +08:00
parent 7e092cdfd8
commit c3ddb6ff57
1 changed files with 6 additions and 0 deletions

View File

@ -198,6 +198,12 @@ form .ant-cascader-picker, form .ant-select {
.linesContent .lines > span:first-child{
margin-right: 0px;
}
.linesContent .lines,.linesContent .linetype,.no-select,.filesInfo{
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE/Edge */
user-select: none; /* 标准语法 */
}
.linesContent .lines > span{
width: 50%;
text-align: right;