2024-09-19 17:38:51 +08:00
|
|
|
.fs-iconify.fs-icon {
|
2024-03-12 10:22:27 +08:00
|
|
|
display: inline-flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-btn {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
2024-05-30 10:54:18 +08:00
|
|
|
|
2024-09-19 17:38:51 +08:00
|
|
|
.cd-icon-button {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
cursor: pointer;
|
2024-05-30 10:54:18 +08:00
|
|
|
}
|
|
|
|
|
|
2024-09-19 17:38:51 +08:00
|
|
|
.cd-flex {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: left;
|
|
|
|
|
align-items: center;
|
2024-05-30 10:54:18 +08:00
|
|
|
}
|
|
|
|
|
|
2024-09-19 17:38:51 +08:00
|
|
|
.cd-flex-inline {
|
2024-05-30 10:54:18 +08:00
|
|
|
display: inline-flex;
|
|
|
|
|
justify-content: left;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-19 17:38:51 +08:00
|
|
|
|
|
|
|
|
.ant-drawer-content {
|
|
|
|
|
&.fullscreen {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background: #fff;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.icon-button {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-size: 22px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-drawer {
|
|
|
|
|
.ant-drawer-header-title {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
.ant-drawer-title {
|
|
|
|
|
flex: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-10-27 02:51:56 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settings-form {
|
|
|
|
|
width: 800px;
|
|
|
|
|
margin: 20px;
|
|
|
|
|
}
|
2024-12-23 00:24:31 +08:00
|
|
|
|
|
|
|
|
.fs-crud-table{
|
|
|
|
|
.ant-table-body {
|
|
|
|
|
height: 1000px !important;
|
|
|
|
|
table {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|