Commit fe1d59e7 by 曾经

会员信息

增加鼠标移上去的小手

鼠标移上去的 超出tip提示去掉
parent 64230101
......@@ -128,6 +128,7 @@
.basic-info-table {
color: #303133;
font-size: 14px;
cursor: pointer;
.member-name{
width: 140px;
text-overflow: ellipsis;
......
......@@ -97,7 +97,7 @@
:key="colum"
:label="memberFieldsName[colum]"
:prop="colum"
show-overflow-tooltip
:show-overflow-tooltip="colum != 'name'"
:min-width="colum==='name' ?200 : colum == 'status' ? 170 : 150"
:fixed="colum==='name'"
:sortable="['name','grade','status','channel','createCardStoreName','cardNo','forzenStatus','mainStoreName'].includes(colum)?false:isExist[colum]?'custom':false"
......
......@@ -32,6 +32,7 @@
.basic-info-table {
color: #303133;
font-size: 14px;
cursor: pointer;
.member-name {
width: 140px;
text-overflow: ellipsis;
......
......@@ -99,7 +99,7 @@
:prop="colum.code"
:key="colum.code"
:label="colum.name"
show-overflow-tooltip
:show-overflow-tooltip="colum.code != 'name'"
:min-width="
colum.code === 'name' ? 200 : colum.code == 'status' ? 170 : 150
"
......
......@@ -29,6 +29,7 @@
.basic-info-table {
color: #303133;
font-size: 14px;
cursor: pointer;
.member-name {
width: 140px;
text-overflow: ellipsis;
......
......@@ -93,7 +93,7 @@
:prop="colum.code"
:key="colum.code"
:label="colum.name"
show-overflow-tooltip
:show-overflow-tooltip="colum.code != 'name'"
:min-width="
colum.code === 'name' ? 200 : colum.code == 'status' ? 170 : 150
"
......
......@@ -15,6 +15,7 @@
.basic-info-table {
color: #303133;
font-size: 14px;
cursor: pointer;
.member-name{
width: 140px;
text-overflow: ellipsis;
......
......@@ -33,6 +33,7 @@
.basic-info-table {
color: #303133;
font-size: 14px;
cursor: pointer;
.member-name{
width: 140px;
text-overflow: ellipsis;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment