mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:19:01 +08:00
3c564e2777
* chore: office viewer 增加 snapshot 测试用例 * 简单示例都改成 xml 格式 * 部分文字垂直显示 * 支持链接 tooltip * 支持 shadown * 支持旋转属性 * 修复 behideDoc 导致遮挡问题 * 修复部分 textbox 背景色错误问题 * 修复 textbox 覆盖顺序不正确问题
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
import {snapShotTest} from '../snapShotTest';
|
|
|
|
test('sym', async () => {
|
|
snapShotTest('./docx/simple/sym.xml');
|
|
});
|