
    table {
      border-collapse: collapse;
      width: 100%;
      margin-top: 20px;
    }

    th, td {
      border: 1px solid #ccc;
      padding: 5px;
      text-align: center;
    }

    .history-text-input {
      width: 100%;
      box-sizing: border-box;
    }

    /* 统一的按钮样式 */
    .add-btn, .remove-btn {
      border: none;          /* 去掉边框 */
      background: transparent; /* 背景透明 */
      font-size: 20px;       /* 设置字体大小 */
      cursor: pointer;      /* 鼠标悬停时为手型 */
      padding: 5px 10px;     /* 设置按钮的内边距 */
      margin: 0;             /* 去掉默认外边距 */
      transition: color 0.3s ease; /* 平滑过渡效果 */
    }

    button  {
      margin-top: 15px;
      padding: 6px 12px;
    }
