We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我想在表格里面显示svg样式,
例如下图这样
帆软的代码如下 let (pathStr,IF($angle_one != "v" && $angle_two != "v",CONCATENATE("M600,0 L100,0 L",100 + 100 / tan(($angle_one / 180)* PI()),",100 L",600 - 100 / tan(($angle_two / 180)* PI()),",100 L600,0 z"), CONCATENATE( "M550,100 L150,100 L100,50 L150,0 L550,0 L600,50 z" )),TEXT,'' + $length + "=" + $count + " " + if($size_type == 0,'90°','45°') + "", '' + TEXT + '')
能不能类似的搞一下,因为我们有些需要显示svg图片
The text was updated successfully, but these errors were encountered:
不支持svg图片
Sorry, something went wrong.
一句不支持就完了,以前还遇到问题去解决,现在你们团队怎么这样了呢?
No branches or pull requests
版本号:
问题描述:
我想在表格里面显示svg样式,
例如下图这样
帆软的代码如下
let (pathStr,IF($angle_one != "v" && $angle_two != "v",CONCATENATE("M600,0 L100,0 L",100 + 100 / tan(($angle_one / 180)* PI()),",100 L",600 - 100 / tan(($angle_two / 180)* PI()),",100 L600,0 z"), CONCATENATE( "M550,100 L150,100 L100,50 L150,0 L550,0 L600,50 z" )),TEXT,'' + $length + "=" + $count + " " + if($size_type == 0,'90°','45°') + "", '' + TEXT + '')
能不能类似的搞一下,因为我们有些需要显示svg图片
错误日志&截图:
重现步骤:
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: