修复BUG:
1.允许table表头被选中
This commit is contained in:
@@ -109,7 +109,7 @@ export default {
|
||||
successHandle(ret) {
|
||||
// 上传完成后的结果处理, 此处应返回格式为{url:xxx,key:xxx}
|
||||
return {
|
||||
url: getBaseURL() + ret.data.url,
|
||||
url: getBaseURL(ret.data.url),
|
||||
key: ret.data.id,
|
||||
...ret.data
|
||||
};
|
||||
|
||||
@@ -256,6 +256,13 @@
|
||||
.el-button.is-text {
|
||||
padding: 0;
|
||||
}
|
||||
th.el-table__cell{
|
||||
-webkit-user-select: text !important;
|
||||
-moz-user-select: text !important;
|
||||
-ms-user-select: text !important;
|
||||
user-select:text !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* scrollbar
|
||||
|
||||
Reference in New Issue
Block a user