快乐的昕的电脑
2025-11-24 c2bd8d29ff48cb95d31818155535befb27f99c7c
components/machine.vue
@@ -19,11 +19,11 @@
         </view>
         <view class="item">
            <!-- 调机开始按钮,maStartTime有值时禁用 -->
            <button :class="maStartTime ? 'btn-disabled' : 'btn-blue'"
                  :disabled="!!maStartTime"
                  @click="handleMaStartTime">
               调机开始
            </button>
                <button :class="maStartTime ? 'btn-disabled' : 'btn-blue'"
                        :disabled="!!maStartTime"
                        @click="handleMaStartTime">
                    调机开始(=上刀完成)
                </button>
            <!-- 显示调机开始时间 -->
            <input class="txt-inp" v-model="maStartTime" placeholder="点击按钮带出调机时间" disabled="true" />
         </view>
@@ -385,7 +385,7 @@
    }
    .txt-inp {
        height: 75px; /* 增大高度 */
        height: 80px; /* 增大高度 */
        padding: 12px; /* 增大内边距 */
        font-size: 24px; /* 增大字体 */
        width: 50%;
@@ -409,20 +409,20 @@
        }
            .item h4 {
                font-size: 20px;
                font-size: 24px;
                padding: 3px 0;
            }
        button {
            padding: 8px;
            font-size: 22px;
            font-size: 24px;
            min-height: 38px;
        }
        .txt-inp {
            height: 46px;
            padding: 10px;
            font-size: 22px;
            font-size: 24px;
        }
        .bottom-section {
@@ -433,20 +433,20 @@
        .save-btn,
        .cancel-btn {
            padding: 10px;
            font-size: 22px;
            font-size: 24px;
            min-height: 42px;
        }
        input {
            font-size: 22px;
            font-size: 24px;
        }
        .refresh-btn {
            font-size: 22px;
            font-size: 24px;
        }
        label {
            font-size: 22px;
            font-size: 24px;
        }
    }
</style>