如果在移动Chrome浏览器上以全屏模式查看或添加了元视口,也会进行缩放 该页面位于https://agnelvishal.github.io/TrustingTrust/ 源代码位于https://github.com/agnelvishal/TrustingTrust
答案 0 :(得分:0)
您可以尝试添加:
select p.mobileno
, p.dealercode
, p.fname || ' ' || p.lname as name
, d.dname as dealername
from phone p
join dealer d
on d.dealercode = p.dealercode
where p.deviceid = (select min(x.deviceid)
from phone x
where x.mobileno = p.mobileno)
/
在HTML的[AllowHtml]
部分