feat(Design): 新增矩阵题型和文件上传题型
- 新增矩阵题型组件和相关配置 - 新增文件上传题型组件和相关配置 -优化签名题型组件 - 添新的 CSS 样式类
This commit is contained in:
@@ -88,7 +88,6 @@ const checkContains = (element, target) => {
|
||||
try {
|
||||
return element?.contains(target) ?? false;
|
||||
} catch (e) {
|
||||
console.error('Contains check failed:', e);
|
||||
return false;
|
||||
}
|
||||
};
|
||||
@@ -134,11 +133,11 @@ onMounted(() => {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 2008;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
padding: 0 10px;
|
||||
background: #fff;
|
||||
display: flex;
|
||||
line-height: 40px;
|
||||
|
||||
& button {
|
||||
|
||||
Reference in New Issue
Block a user