# Objective
All front-end plugins that involve the content below need to open relevant style configuration options.
# Effect
# General Configuration
- Select the default displayed page.
- Background color and opacity.
- Background image and opacity.
- Button position (left, center, right) (Buttons should be uniformly placed at the top; design should only allow selection among left, center, and right at the top).
- Chinese font.
- Western font.
- Font size.
# Menu Configuration
- Menu font size.
- Menu default font color and opacity.
- Menu selected font color and opacity.
- Menu width.
# Table Configuration
- Header font size.
- Table alignment.
- Header background color and opacity.
- Header background image and transparency.
- Zebra striping for odd row colors and opacities (odd rows start counting from the first row of data).
- Zebra striping for even row colors and opacities (even rows start counting from the second row of data).
- Whether the table is enabled with borders.
- Row height for the table.
- Pagination information position (left, center, right) (Pagination information should be uniformly placed below the table; design should only allow selection among left, center, and right at the bottom).
❗️All tables have unified configurations/Each table can be configured based on business needs.
# Button Configuration
- Button width.
- Button height.
- Button background color and opacity.
- Button background image and opacity.
- Button border radius.
- Button font size.
- Button font color and opacity.
❗️All buttons have unified configurations/Each button can be configured based on business needs.
# Dialog Configuration
- Dialog background color and opacity.
- Dialog background image and opacity.
- Dialog border color and opacity.
- Dialog border width.
- Button alignment in the dialog (Buttons should be uniformly placed at the bottom of the dialog; design should only allow selection among left, center, and right at the bottom).
❗️All dialogs have unified configurations/Each dialog can be configured based on business needs. ❗️It is not supported to set the width and height of the dialog; it is fixed according to the content of the dialog and the design draft.