Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
3e1fe0cb
提交
3e1fe0cb
编写于
6月 13, 2025
作者:
Cano1997
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update: 更新插件版本
上级
aed6b981
变更
8
展开全部
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
910 行增加
和
273 行删除
+910
-273
ibiz-template-plugin.es.js
...e-plugin/sy-checkin@0.0.1/dist/ibiz-template-plugin.es.js
+0
-268
index.legacy.js
...biz-template-plugin/sy-checkin@0.0.1/dist/index.legacy.js
+0
-1
polyfills.legacy.js
...template-plugin/sy-checkin@0.0.1/dist/polyfills.legacy.js
+0
-1
ibiz-template-plugin.es.js
...e-plugin/sy-checkin@0.0.3/dist/ibiz-template-plugin.es.js
+904
-0
index.legacy.js
...biz-template-plugin/sy-checkin@0.0.3/dist/index.legacy.js
+1
-0
polyfills.legacy.js
...template-plugin/sy-checkin@0.0.3/dist/polyfills.legacy.js
+1
-0
style.css
...ins/@ibiz-template-plugin/sy-checkin@0.0.3/dist/style.css
+1
-1
package.json
...ugins/@ibiz-template-plugin/sy-checkin@0.0.3/package.json
+3
-2
未找到文件。
app_Web/public/plugins/@ibiz-template-plugin/sy-checkin@0.0.1/dist/ibiz-template-plugin.es.js
已删除
100644 → 0
浏览文件 @
aed6b981
var
L
=
Object
.
defineProperty
;
var
D
=
(
t
,
r
,
e
)
=>
r
in
t
?
L
(
t
,
r
,
{
enumerable
:
!
0
,
configurable
:
!
0
,
writable
:
!
0
,
value
:
e
})
:
t
[
r
]
=
e
;
var
h
=
(
t
,
r
,
e
)
=>
(
D
(
t
,
typeof
r
!=
"symbol"
?
r
+
""
:
r
,
e
),
e
);
import
{
PluginStaticResource
as
g
}
from
"@ibiz-template/runtime"
;
import
{
defineComponent
as
y
,
ref
as
O
,
watch
as
I
,
computed
as
p
,
getCurrentInstance
as
A
,
h
as
d
}
from
"vue"
;
import
{
getCheckboxProps
as
P
,
getEditorEmits
as
k
,
useNamespace
as
C
,
useControlController
as
F
}
from
"@ibiz-template/vue-util"
;
import
{
isNil
as
j
}
from
"ramda"
;
import
{
CheckBoxListEditorController
as
w
,
SearchFormController
as
N
,
FormNotifyState
as
T
}
from
"@ibiz-template/controller"
;
import
{
SearchFormModel
as
M
}
from
"@ibiz-template/model"
;
const
R
=
new
g
(
import
.
meta
.
url
);
const
B
=
y
({
name
:
"CustomCheckboxList"
,
props
:
P
(),
emits
:
k
(),
setup
(
t
,
{
emit
:
r
})
{
const
e
=
C
(
"checkbox"
),
s
=
t
.
controller
,
n
=
s
.
model
.
codeList
,
l
=
O
([]);
I
(()
=>
t
.
data
,
(
o
)
=>
{
s
.
loadCodeList
(
o
).
then
((
a
)
=>
{
l
.
value
=
a
;
});
},
{
immediate
:
!
0
,
deep
:
!
0
});
const
f
=
p
(()
=>
n
&&
n
.
orMode
?
n
.
orMode
.
toLowerCase
()
:
"str"
);
let
b
=
","
;
n
&&
n
.
valueSeparator
&&
(
b
=
n
.
valueSeparator
);
const
m
=
p
({
get
()
{
if
(
!
j
(
t
.
value
))
{
if
(
Object
.
is
(
f
.
value
,
"num"
)
&&
l
)
{
const
o
=
[],
a
=
typeof
t
.
value
==
"string"
?
parseInt
(
t
.
value
,
10
)
:
t
.
value
;
return
l
.
value
.
forEach
((
i
)
=>
{
(
a
&
i
.
value
)
===
i
.
value
&&
o
.
push
(
i
.
value
);
}),
o
;
}
if
(
Object
.
is
(
f
.
value
,
"str"
))
{
const
o
=
t
.
value
;
if
(
o
!==
""
)
{
if
(
n
)
{
const
a
=
o
.
split
(
b
);
if
(
n
.
codeItemValueNumber
)
for
(
let
i
=
0
,
c
=
a
.
length
;
i
<
c
;
i
++
)
a
[
i
]
=
Number
(
a
[
i
]);
return
a
;
}
return
o
.
split
(
","
);
}
}
}
return
[];
},
set
(
o
)
{
let
a
=
null
;
if
(
Object
.
is
(
f
.
value
,
"num"
))
{
let
i
=
0
;
o
.
forEach
((
c
)
=>
{
const
v
=
typeof
c
==
"string"
?
parseInt
(
c
,
10
)
:
c
;
i
|=
v
;
}),
a
=
i
;
}
else
if
(
Object
.
is
(
f
.
value
,
"str"
))
{
const
i
=
[];
l
.
value
.
length
>
0
&&
(
l
.
value
.
forEach
((
c
)
=>
{
o
.
findIndex
((
E
)
=>
Object
.
is
(
c
.
value
,
E
))
!==
-
1
&&
i
.
push
(
c
.
value
);
}),
a
=
i
.
join
(
b
));
}
r
(
"change"
,
a
);
}
}),
S
=
(
o
)
=>
{
m
.
value
=
o
;
},
x
=
p
(()
=>
{
const
o
=
Array
.
isArray
(
m
.
value
)
?
m
.
value
:
[
m
.
value
];
return
l
.
value
.
filter
((
a
)
=>
o
.
includes
(
a
.
value
)).
map
((
a
)
=>
a
.
text
).
join
(
"、"
);
});
return
{
ns
:
e
,
items
:
l
,
selectArray
:
m
,
valueText
:
x
,
onSelectArrayChange
:
S
,
c
:
s
};
},
render
(
t
)
{
return
t
(
"div"
,
{
class
:
[
this
.
ns
.
b
(),
this
.
disabled
?
this
.
ns
.
m
(
"disabled"
)
:
""
,
this
.
readonly
?
this
.
ns
.
m
(
"readonly"
)
:
""
]
},
[[
this
.
readonly
&&
this
.
valueText
,
!
this
.
readonly
&&
t
(
"ICheckboxGroup"
,
{
props
:
{
...
this
.
c
.
customProps
,
value
:
this
.
selectArray
},
on
:
{
"on-change"
:
this
.
onSelectArrayChange
}
},
[
this
.
items
.
map
((
r
,
e
)
=>
t
(
"i-checkbox"
,
{
key
:
e
,
attrs
:
{
label
:
r
.
value
,
disabled
:
this
.
disabled
||
this
.
c
.
disabledList
.
includes
(
r
.
value
)
}
},
[
t
(
"span"
,
{
class
:
this
.
ns
.
e
(
"text"
)
},
[
r
.
text
])]))])]]);
}
});
class
_
extends
w
{
constructor
()
{
super
(...
arguments
);
/**
* 默认禁用项
*
* @type {string[]}
* @memberof CustomCheckboxListController
*/
h
(
this
,
"disabledList"
,
[]);
}
async
onInit
()
{
var
e
,
s
;
if
(
await
super
.
onInit
(),
(
e
=
this
.
editorParams
)
!=
null
&&
e
.
DEFAULTDISABLEDLIST
)
try
{
this
.
disabledList
=
JSON
.
parse
((
s
=
this
.
editorParams
)
==
null
?
void
0
:
s
.
DEFAULTDISABLEDLIST
);
}
catch
(
u
)
{
this
.
disabledList
=
[];
}
}
}
class
U
extends
N
{
constructor
()
{
super
(...
arguments
);
/**
* 指定过滤参数
*
* @type {IData}
* @memberof SearchFormDynamicController
*/
h
(
this
,
"filterParams"
,
[]);
}
async
onInit
()
{
await
super
.
onInit
();
const
{
FILTERPARAMS
:
e
}
=
this
.
controlParams
;
if
(
e
)
try
{
this
.
filterParams
=
JSON
.
parse
(
e
);
}
catch
(
s
)
{
this
.
filterParams
=
[];
}
}
/**
* 获取搜索参数
*
* @return {*} {IParams}
* @memberof SearchFormDynamicController
*/
getParams
()
{
const
e
=
{
...
this
.
data
.
getRequestData
()
};
if
(
this
.
filterParams
)
{
const
s
=
{};
return
this
.
filterParams
.
forEach
((
u
)
=>
{
Object
.
assign
(
s
,
{
[
u
]:
e
[
u
]
});
}),
s
;
}
return
e
;
}
/**
* 重置搜索表单
*
* @author lxm
* @date 2022-09-22 19:09:07
*/
async
reset
()
{
const
e
=
await
this
.
service
.
getDraft
(
this
.
context
,
this
.
params
);
this
.
filterParams
.
forEach
((
s
)
=>
{
Object
.
assign
(
this
.
data
,
{
[
s
]:
e
.
data
[
s
]
});
}),
this
.
isLoaded
=
!
0
,
Object
.
values
(
this
.
details
).
forEach
((
s
)
=>
{
this
.
filterParams
.
includes
(
s
.
model
.
codeName
)
&&
s
.
formStateNotify
(
T
.
DRAFT
);
}),
this
.
force
(),
await
this
.
nerve
.
self
.
evt
.
asyncEmit
(
"search"
);
}
}
const
q
=
y
({
name
:
"SearchFormDynamic"
,
props
:
{
controller
:
{
type
:
Object
,
required
:
!
0
},
modelData
:
{
type
:
M
,
required
:
!
0
},
context
:
{
type
:
Object
,
required
:
!
0
},
params
:
{
type
:
Object
,
default
:
()
=>
({})
}
},
setup
(
t
)
{
const
{
proxy
:
r
}
=
A
(),
e
=
F
(
r
,
()
=>
new
U
(
t
.
modelData
,
t
.
context
,
t
.
params
)),
s
=
C
(
"search-form"
),
u
=
t
.
modelData
.
source
.
searchButtonStyle
;
return
{
c
:
e
,
ns
:
s
,
btntype
:
u
};
},
render
()
{
if
(
this
.
c
.
complete
)
return
d
(
"div"
,
{
class
:
[
this
.
ns
.
b
(),
this
.
ns
.
m
(
this
.
btntype
).
toLowerCase
()]
},
[
d
(
"form-control"
,
{
attrs
:
{
"model-data"
:
this
.
modelData
,
context
:
this
.
context
,
controller
:
this
.
c
},
nativeOn
:
{
keyup
:
(
t
)
=>
this
.
c
.
onKeyUp
(
t
)
}
}),
this
.
c
.
model
.
source
.
searchButtonStyle
===
"NONE"
?
null
:
d
(
"div"
,
{
class
:
this
.
ns
.
b
(
"buttons"
)
},
[
d
(
"i-button"
,
{
class
:
this
.
ns
.
be
(
"buttons"
,
"search"
),
on
:
{
click
:
()
=>
this
.
c
.
onSearchButtonClick
()
}
},
[
"查询"
]),
d
(
"i-button"
,
{
class
:
this
.
ns
.
be
(
"buttons"
,
"reset"
),
on
:
{
click
:
()
=>
this
.
c
.
reset
()
}
},
[
"重置"
])])]);
}
});
class
z
{
constructor
()
{
h
(
this
,
"formEditor"
,
"CustomCheckboxList"
);
h
(
this
,
"gridEditor"
,
"CustomCheckboxList"
);
}
async
createController
(
r
,
e
)
{
const
s
=
new
_
(
r
,
e
);
return
await
s
.
init
(),
s
;
}
}
class
V
{
constructor
()
{
h
(
this
,
"component"
,
"SearchFormDynamic"
);
}
}
const
W
=
{
mateUrl
:
import
.
meta
.
url
,
install
(
t
)
{
R
.
loadStyle
([
"/style.css"
]),
t
.
component
(
"CustomCheckboxList"
,
B
),
ibiz
.
register
.
editor
.
register
(
"EDITOR_CUSTOMSTYLE_CUSTOM_CHECKBOX_LIST"
,
new
z
()
),
t
.
component
(
"SearchFormDynamic"
,
q
),
ibiz
.
register
.
control
.
register
(
"SEARCHFORM_RENDER_DYNAMIC"
,
new
V
()
);
}
};
export
{
W
as
default
};
app_Web/public/plugins/@ibiz-template-plugin/sy-checkin@0.0.1/dist/index.legacy.js
已删除
100644 → 0
浏览文件 @
aed6b981
此差异已折叠。
点击以展开。
app_Web/public/plugins/@ibiz-template-plugin/sy-checkin@0.0.1/dist/polyfills.legacy.js
已删除
100644 → 0
浏览文件 @
aed6b981
此差异已折叠。
点击以展开。
app_Web/public/plugins/@ibiz-template-plugin/sy-checkin@0.0.3/dist/ibiz-template-plugin.es.js
0 → 100644
浏览文件 @
3e1fe0cb
此差异已折叠。
点击以展开。
app_Web/public/plugins/@ibiz-template-plugin/sy-checkin@0.0.3/dist/index.legacy.js
0 → 100644
浏览文件 @
3e1fe0cb
此差异已折叠。
点击以展开。
app_Web/public/plugins/@ibiz-template-plugin/sy-checkin@0.0.3/dist/polyfills.legacy.js
0 → 100644
浏览文件 @
3e1fe0cb
此差异已折叠。
点击以展开。
app_Web/public/plugins/@ibiz-template-plugin/sy-checkin@0.0.
1
/dist/style.css
→
app_Web/public/plugins/@ibiz-template-plugin/sy-checkin@0.0.
3
/dist/style.css
浏览文件 @
3e1fe0cb
@charset
"UTF-8"
;
.ibiz-checkbox
{
--ibiz-checkbox-font-size
:
var
(
--ibiz-font-size-base
);
--ibiz-checkbox-text-color
:
var
(
--ibiz-text-color
);
--ibiz-checkbox-disabled-bg-color
:
var
(
--ibiz-disabled-bg-color
);
--ibiz-checkbox-default-height
:
var
(
--ibiz-common-editor-size
);
--ibiz-checkbox-disabled-border-color
:
var
(
--ibiz-disabled-border-color
)}
.ibiz-checkbox
.ivu-checkbox-group-item
{
height
:
var
(
--ibiz-checkbox-default-height
);
line-height
:
var
(
--ibiz-checkbox-default-height
)}
.ibiz-checkbox
.ivu-checkbox-inner
{
border-color
:
var
(
--ibiz-border-color
)}
.ibiz-checkbox
.ivu-checkbox-checked
.ivu-checkbox-inner
{
background-color
:
var
(
--ibiz-color-primary
);
border-color
:
var
(
--ibiz-color-primary
)}
.ibiz-checkbox
.ivu-checkbox-disabled
.ivu-checkbox-inner
{
background-color
:
var
(
--ibiz-disabled-bg-color
);
border-color
:
var
(
--ibiz-disabled-border-color
)}
.ibiz-checkbox
.ivu-checkbox-disabled
.ivu-checkbox-inner
:after
{
border-color
:
var
(
--ibiz-disabled-border-color
)}
.ibiz-checkbox
.ivu-checkbox-disabled
+
.ibiz-checkbox__text
{
color
:
var
(
--ibiz-text-color-disabled
)}
.ibiz-checkbox
.ivu-checkbox
:not
(
.ivu-checkbox-disabled
)
:hover
.ivu-checkbox-inner
{
border-color
:
var
(
--ibiz-color-primary
)}
.ibiz-checkbox__text
{
font-size
:
var
(
--ibiz-checkbox-font-size
);
color
:
var
(
--ibiz-checkbox-text-color
)}
.ibiz-checkbox--readonly
{
color
:
var
(
--ibiz-text-color-readonly
)}
.ibiz-checkbox--disabled
.ivu-checkbox-checked
.ivu-checkbox-inner
{
background-color
:
var
(
--ibiz-checkbox-disabled-bg-color
);
border-color
:
var
(
--ibiz-checkbox-disabled-border-color
)}
.ibiz-search-form--user2
{
display
:
flex
;
flex-direction
:
row
}
.ibiz-search-form--user2
.ibiz-search-form-buttons
{
align-items
:
end
;
padding-top
:
calc
(
var
(
--ibiz-padding
)
/
2
);
padding-bottom
:
calc
(
var
(
--ibiz-padding
)
/
2
)}
.ibiz-search-form-buttons
{
--ibiz-search-form-buttons-padding
:
0
16px
16px
;
--ibiz-search-form-buttons-btn-margin
:
0
0
0
10px
;
--ibiz-search-form-buttons-search-btn-bg-color
:
var
(
--ibiz-color-primary
);
--ibiz-search-form-buttons-search-btn-bg-color-hover
:
#337aff
;
--ibiz-search-form-buttons-search-btn-color
:
#fff
;
--ibiz-search-form-buttons-default-height
:
var
(
--ibiz-common-editor-size
);
display
:
flex
;
align-items
:
center
;
justify-content
:
flex-end
;
padding
:
var
(
--ibiz-search-form-buttons-padding
)}
.ibiz-search-form-buttons__search
{
height
:
var
(
--ibiz-search-form-buttons-default-height
);
color
:
var
(
--ibiz-search-form-buttons-search-btn-color
);
background-color
:
var
(
--ibiz-search-form-buttons-search-btn-bg-color
);
border-color
:
var
(
--ibiz-color-primary
);
border-radius
:
var
(
--ibiz-border-radius-small
)}
.ibiz-search-form-buttons__search
:hover
{
color
:
var
(
--ibiz-search-form-buttons-search-btn-color
);
background-color
:
var
(
--ibiz-search-form-buttons-search-btn-bg-color-hover
)}
.ibiz-search-form-buttons__reset
{
height
:
var
(
--ibiz-search-form-buttons-default-height
);
margin
:
var
(
--ibiz-search-form-buttons-btn-margin
);
border-radius
:
var
(
--ibiz-border-radius-small
)}
.ibiz-search-form-buttons__reset
:hover
{
color
:
var
(
--ibiz-color-primary
);
border-color
:
var
(
--ibiz-color-primary
)}
.ibiz-search-form
{
--ibiz-search-form-bg-color
:
#fff
;
--ibiz-search-form-margin
:
16px
0
0
24px
;
margin
:
var
(
--ibiz-search-form-buttons-margin
);
background-color
:
var
(
--ibiz-search-form-buttons-bg-color
)}
.ibiz-search-form
.ibiz-form-page-item
{
padding-top
:
calc
(
var
(
--ibiz-padding
)
/
2
)}
.ibiz-search-form
.ibiz-form-page-item-child
{
margin-bottom
:
0
}
.ibiz-search-form
.ibiz-form-item-container
{
padding-right
:
calc
(
var
(
--ibiz-padding-right
)
/
2
);
padding-bottom
:
calc
(
var
(
--ibiz-padding-right
)
/
2
)}
.ibiz-search-form
.ibiz-form-item-container
.ibiz-form-item-container__label
{
color
:
var
(
--ibiz-text-color
)}
@charset
"UTF-8"
;
.ibiz-checkbox
{
--ibiz-checkbox-font-size
:
var
(
--ibiz-font-size-base
);
--ibiz-checkbox-text-color
:
var
(
--ibiz-text-color
);
--ibiz-checkbox-disabled-bg-color
:
var
(
--ibiz-disabled-bg-color
);
--ibiz-checkbox-default-height
:
var
(
--ibiz-common-editor-size
);
--ibiz-checkbox-disabled-border-color
:
var
(
--ibiz-disabled-border-color
)}
.ibiz-checkbox
.ivu-checkbox-group-item
{
height
:
var
(
--ibiz-checkbox-default-height
);
line-height
:
var
(
--ibiz-checkbox-default-height
)}
.ibiz-checkbox
.ivu-checkbox-inner
{
border-color
:
var
(
--ibiz-border-color
)}
.ibiz-checkbox
.ivu-checkbox-checked
.ivu-checkbox-inner
{
background-color
:
var
(
--ibiz-color-primary
);
border-color
:
var
(
--ibiz-color-primary
)}
.ibiz-checkbox
.ivu-checkbox-disabled
.ivu-checkbox-inner
{
background-color
:
var
(
--ibiz-disabled-bg-color
);
border-color
:
var
(
--ibiz-disabled-border-color
)}
.ibiz-checkbox
.ivu-checkbox-disabled
.ivu-checkbox-inner
:after
{
border-color
:
var
(
--ibiz-disabled-border-color
)}
.ibiz-checkbox
.ivu-checkbox-disabled
+
.ibiz-checkbox__text
{
color
:
var
(
--ibiz-text-color-disabled
)}
.ibiz-checkbox
.ivu-checkbox
:not
(
.ivu-checkbox-disabled
)
:hover
.ivu-checkbox-inner
{
border-color
:
var
(
--ibiz-color-primary
)}
.ibiz-checkbox__text
{
font-size
:
var
(
--ibiz-checkbox-font-size
);
color
:
var
(
--ibiz-checkbox-text-color
)}
.ibiz-checkbox--readonly
{
color
:
var
(
--ibiz-text-color-readonly
)}
.ibiz-checkbox--disabled
.ivu-checkbox-checked
.ivu-checkbox-inner
{
background-color
:
var
(
--ibiz-checkbox-disabled-bg-color
);
border-color
:
var
(
--ibiz-checkbox-disabled-border-color
)}
.ibiz-search-form--user2
{
display
:
flex
;
flex-direction
:
row
}
.ibiz-search-form--user2
.ibiz-search-form-buttons
{
align-items
:
end
;
padding-top
:
calc
(
var
(
--ibiz-padding
)
/
2
);
padding-bottom
:
calc
(
var
(
--ibiz-padding
)
/
2
)}
.ibiz-search-form-buttons
{
--ibiz-search-form-buttons-padding
:
0
16px
16px
;
--ibiz-search-form-buttons-btn-margin
:
0
0
0
10px
;
--ibiz-search-form-buttons-search-btn-bg-color
:
var
(
--ibiz-color-primary
);
--ibiz-search-form-buttons-search-btn-bg-color-hover
:
#337aff
;
--ibiz-search-form-buttons-search-btn-color
:
#fff
;
--ibiz-search-form-buttons-default-height
:
var
(
--ibiz-common-editor-size
);
display
:
flex
;
align-items
:
center
;
justify-content
:
flex-end
;
padding
:
var
(
--ibiz-search-form-buttons-padding
)}
.ibiz-search-form-buttons__search
{
height
:
var
(
--ibiz-search-form-buttons-default-height
);
color
:
var
(
--ibiz-search-form-buttons-search-btn-color
);
background-color
:
var
(
--ibiz-search-form-buttons-search-btn-bg-color
);
border-color
:
var
(
--ibiz-color-primary
);
border-radius
:
var
(
--ibiz-border-radius-small
)}
.ibiz-search-form-buttons__search
:hover
{
color
:
var
(
--ibiz-search-form-buttons-search-btn-color
);
background-color
:
var
(
--ibiz-search-form-buttons-search-btn-bg-color-hover
)}
.ibiz-search-form-buttons__reset
{
height
:
var
(
--ibiz-search-form-buttons-default-height
);
margin
:
var
(
--ibiz-search-form-buttons-btn-margin
);
border-radius
:
var
(
--ibiz-border-radius-small
)}
.ibiz-search-form-buttons__reset
:hover
{
color
:
var
(
--ibiz-color-primary
);
border-color
:
var
(
--ibiz-color-primary
)}
.ibiz-search-form
{
--ibiz-search-form-bg-color
:
#fff
;
--ibiz-search-form-margin
:
16px
0
0
24px
;
margin
:
var
(
--ibiz-search-form-buttons-margin
);
background-color
:
var
(
--ibiz-search-form-buttons-bg-color
)}
.ibiz-search-form
.ibiz-form-page-item
{
padding-top
:
calc
(
var
(
--ibiz-padding
)
/
2
)}
.ibiz-search-form
.ibiz-form-page-item-child
{
margin-bottom
:
0
}
.ibiz-search-form
.ibiz-form-item-container
{
padding-right
:
calc
(
var
(
--ibiz-padding-right
)
/
2
);
padding-bottom
:
calc
(
var
(
--ibiz-padding-right
)
/
2
)}
.ibiz-search-form
.ibiz-form-item-container
.ibiz-form-item-container__label
{
color
:
var
(
--ibiz-text-color
)}
.ibiz-dataview-exp
{
height
:
100%
;
padding
:
20px
;
display
:
flex
;
flex-direction
:
column
;
background-color
:
var
(
--ibiz-view-layout-route-bg-color
)}
.ibiz-dataview-exp
.ibiz-exp-view-left
{
display
:
none
}
.ibiz-dataview-exp
>
.ibiz-exp-view
{
flex
:
auto
;
overflow
:
auto
;
--ibiz-exp-view-left-width
:
0
!important
}
.ibiz-dataview-exp
>
.ibiz-exp-view
.ibiz-view-layout__toolbar
{
display
:
none
}
.ibiz-dataview-exp
>
.ibiz-control-layout--list
{
height
:
auto
;
flex
:
none
;
margin-top
:
20px
;
display
:
flex
;
flex-wrap
:
wrap
;
align-content
:
flex-start
}
.ibiz-dataview-exp
>
.ibiz-control-layout--list
.ibiz-control-list-item
{
padding
:
16px
;
margin
:
6px
;
background-color
:
#fff
;
border-radius
:
8px
}
.ibiz-dataview-exp
>
.ibiz-control-layout--list
.ibiz-control-list__load-more
{
display
:
none
}
.ibiz-checkin-column
{
position
:
relative
;
display
:
flex
;
align-items
:
center
;
width
:
100%
;
height
:
100%
;
padding
:
var
(
--ibiz-grid-cell-padding
)}
.ibiz-checkin-column.is-active
{
color
:
#fff
;
background-color
:
var
(
--ibiz-color-primary
)}
.ibiz-checkin-column.is-manual
:after
{
position
:
absolute
;
top
:
0
;
right
:
0
;
display
:
inline-block
;
width
:
0
;
height
:
0
;
content
:
""
;
border-right
:
10px
solid
var
(
--ibiz-color-primary
);
border-bottom
:
10px
solid
transparent
}
.ibiz-checkin-column__container
{
padding
:
0
}
.ibiz-checkin-column__caption
{
width
:
100%
;
height
:
100%
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
}
.ibiz-checkin-column
.ivu-dropdown-rel
{
width
:
100%
;
height
:
100%
}
app_Web/public/plugins/@ibiz-template-plugin/sy-checkin@0.0.
1
/package.json
→
app_Web/public/plugins/@ibiz-template-plugin/sy-checkin@0.0.
3
/package.json
浏览文件 @
3e1fe0cb
{
"name"
:
"@ibiz-template-plugin/sy-checkin-web"
,
"version"
:
"0.0.
1
"
,
"version"
:
"0.0.
3
"
,
"description"
:
"ibiz full-dynamic-vue 模板项目扩展插件示例"
,
"author"
:
"tony001"
,
"license"
:
"MIT"
,
...
...
@@ -29,7 +29,7 @@
"@ibiz-template/core"
:
"^0.0.1-syui.18"
,
"@ibiz-template/model"
:
"^0.0.1-syui.18"
,
"@ibiz-template/runtime"
:
"^0.0.1-syui.18"
,
"@ibiz-template/service"
:
"^0.0.1-syui.1
9
"
,
"@ibiz-template/service"
:
"^0.0.1-syui.1
8
"
,
"@ibiz-template/theme"
:
"^0.0.1-syui.18"
,
"@ibiz-template/vue-util"
:
"^0.0.1-syui.18"
,
"async-validator"
:
"^4.2.5"
,
...
...
@@ -71,6 +71,7 @@
"@qx-chitanda/vite-plugin-lib-legacy"
:
"^4.1.0"
,
"@types/lodash-es"
:
"^4.17.7"
,
"@types/ramda"
:
"^0.28.20"
,
"@types/qs"
:
"^6.9.10"
,
"@typescript-eslint/eslint-plugin"
:
"^5.42.0"
,
"@typescript-eslint/parser"
:
"^5.42.0"
,
"@vitejs/plugin-legacy"
:
"^2.3.0"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录