|
|
@@ -384,55 +384,49 @@ const initFormData = {
|
|
|
id: undefined,
|
|
|
// 顶部
|
|
|
topBgImage: '',
|
|
|
- topFontColor: '#FF0000',
|
|
|
+ topFontColor: '#F59A23',
|
|
|
// 主体
|
|
|
mainBgImage: '',
|
|
|
// 中部普通
|
|
|
- midTopFontColor: '#000000',
|
|
|
- midDownFontColor: '#0000FF',
|
|
|
+ midTopFontColor: '#FF9A82',
|
|
|
+ midDownFontColor: '#F9A825',
|
|
|
// 中部特殊 (预置分)
|
|
|
- midSpecialTextFontColor: '#000000',
|
|
|
- midSpecialNumberFontColor: '#0000FF',
|
|
|
+ midSpecialTextFontColor: '#FFFFFF',
|
|
|
+ midSpecialNumberFontColor: '#FFFFFF',
|
|
|
// 计时器
|
|
|
- timerRunningColor: '#FFA500',
|
|
|
- timerBreakColor: '#008000',
|
|
|
+ timerRunningColor: '#FFFFFF',
|
|
|
+ timerBreakColor: '#00FF4D',
|
|
|
// 状态按钮
|
|
|
- statusAcceptBg: '#FFFFFF',
|
|
|
- statusAcceptText: '#000000',
|
|
|
- statusStopBg: '#FFFFFF',
|
|
|
- statusStopText: '#000000',
|
|
|
- statusShortlistBg: '#FFFFFF',
|
|
|
- statusShortlistText: '#000000',
|
|
|
- statusQueueBg: '#FFFFFF',
|
|
|
- statusQueueText: '#000000',
|
|
|
+ statusAcceptBg: '#2E7D32',
|
|
|
+ statusAcceptText: '#FFFFFF',
|
|
|
+ statusStopBg: '#C62828',
|
|
|
+ statusStopText: '#FFFFFF',
|
|
|
+
|
|
|
+ statusShortlistBg: '#F59A23',
|
|
|
+ statusShortlistText: '#FFFFFF',
|
|
|
+ statusQueueBg: '#F57C00',
|
|
|
+ statusQueueText: '#FFFFFF',
|
|
|
+
|
|
|
// 底部
|
|
|
- bottomBgColor: '#333333',
|
|
|
- bottomFontColor: '#FFD700',
|
|
|
+ bottomBgColor: '#2F375F',
|
|
|
+ bottomFontColor: '#FFFFFF',
|
|
|
// 特殊 - 暂停
|
|
|
- pauseBgColor: '#EEEEEE',
|
|
|
- pauseFontColor: '#333333',
|
|
|
+ pauseBgColor: '#000000',
|
|
|
+ pauseFontColor: '#FFFFFF',
|
|
|
+
|
|
|
// 特殊 - 结束
|
|
|
finishBgColor: '#000000',
|
|
|
finishFontColor: '#FFFFFF',
|
|
|
// 特殊 - 同步
|
|
|
- syncBgColor: '#FFFFFF',
|
|
|
- syncFontColor: '#000000',
|
|
|
+ syncBgColor: '#000000',
|
|
|
+ syncFontColor: '#FFFFFF',
|
|
|
// 特殊 - 暂停倒计时
|
|
|
- pauseTimerBgColor: '#F5F5F5',
|
|
|
- pauseTimerTextColor: '#666666',
|
|
|
- pauseTimerNumColor: '#FF0000'
|
|
|
+ pauseTimerBgColor: '#000000',
|
|
|
+ pauseTimerTextColor: '#FFFFFF',
|
|
|
+ pauseTimerNumColor: '#00FF4D'
|
|
|
};
|
|
|
|
|
|
-const predefineColors = ref([
|
|
|
- '#ff4500',
|
|
|
- '#ff8c00',
|
|
|
- '#ffd700',
|
|
|
- '#90ee90',
|
|
|
- '#00ced1',
|
|
|
- '#1e90ff',
|
|
|
- '#c71585',
|
|
|
- '#ffffff'
|
|
|
-]);
|
|
|
+const predefineColors = ref(['#ff4500', '#ff8c00', '#ffd700', '#90ee90', '#00ced1', '#1e90ff', '#c71585', '#ffffff']);
|
|
|
|
|
|
const form = reactive({ ...initFormData });
|
|
|
const buttonLoading = ref(false);
|