* [bug#53715] fix missing the css when first render.

This commit is contained in:
Chenjianyu
2024-08-12 15:11:12 +08:00
parent 38e3982259
commit 7ee83ba0da
2 changed files with 11 additions and 14 deletions
@@ -0,0 +1,11 @@
#enabledRow {
align-items: center;
}
#save-button {
display: none;
}
#cancel-button {
display: none;
}
@@ -10,21 +10,7 @@
* @link https://xuanim.com
*/
namespace zin;
?>
<style>
#enabledRow {
align-items: center;
}
#save-button {
display: none;
}
#cancel-button {
display: none;
}
</style>
<?php
formPanel(
set::title($lang->conference->common),
set::labelWidth('140px'),