diff --git a/src/_common b/src/_common
index a8825cc1b8..4899240faa 160000
--- a/src/_common
+++ b/src/_common
@@ -1 +1 @@
-Subproject commit a8825cc1b8f0e97e9862dbea7da3436f4818f4c1
+Subproject commit 4899240faacc7b9657a8c17f0642663d0522fd4f
diff --git a/src/date-picker/base/Table.tsx b/src/date-picker/base/Table.tsx
index 404b837702..aaaaf337bd 100644
--- a/src/date-picker/base/Table.tsx
+++ b/src/date-picker/base/Table.tsx
@@ -1,9 +1,9 @@
-import { defineComponent, PropType, computed } from 'vue';
-import TDatePickerCell from './Cell';
+import isArray from 'lodash/isArray';
+import { computed, defineComponent, PropType } from 'vue';
+import { parseToDayjs } from '../../_common/js/date-picker/format';
 import { useConfig, usePrefixClass } from '../../hooks/useConfig';
 import type { TdDatePickerProps } from '../type';
-import { parseToDayjs } from '../../_common/js/date-picker/format';
-import isArray from 'lodash/isArray';
+import TDatePickerCell from './Cell';
 
 export default defineComponent({
   name: 'TDatePickerTable',
@@ -80,9 +80,11 @@ export default defineComponent({
         <table>
           {showThead.value && (
             <thead>
-              <tr>
+              <tr class={`${COMPONENT_NAME.value}-header-row`}>
                 {weekArr.value.map((value: string, i: number) => (
-                  <th key={i}>{value}</th>
+                  <th class={`${COMPONENT_NAME.value}-header-cell`} key={i}>
+                    {value}
+                  </th>
                 ))}
               </tr>
             </thead>
diff --git a/test/unit/snap/__snapshots__/csr.test.js.snap b/test/unit/snap/__snapshots__/csr.test.js.snap
index 49a6a18965..4c7b0f7369 100644
--- a/test/unit/snap/__snapshots__/csr.test.js.snap
+++ b/test/unit/snap/__snapshots__/csr.test.js.snap
@@ -48984,27 +48984,43 @@ exports[`csr snapshot test > csr test ./src/date-picker/_example/panel.vue 1`] =
             >
               <table>
                 <thead>
-                  <tr>
+                  <tr
+                    class="t-date-picker__table-header-row"
+                  >
                     
-                    <th>
+                    <th
+                      class="t-date-picker__table-header-cell"
+                    >
                       一
                     </th>
-                    <th>
+                    <th
+                      class="t-date-picker__table-header-cell"
+                    >
                       二
                     </th>
-                    <th>
+                    <th
+                      class="t-date-picker__table-header-cell"
+                    >
                       三
                     </th>
-                    <th>
+                    <th
+                      class="t-date-picker__table-header-cell"
+                    >
                       四
                     </th>
-                    <th>
+                    <th
+                      class="t-date-picker__table-header-cell"
+                    >
                       五
                     </th>
-                    <th>
+                    <th
+                      class="t-date-picker__table-header-cell"
+                    >
                       六
                     </th>
-                    <th>
+                    <th
+                      class="t-date-picker__table-header-cell"
+                    >
                       日
                     </th>
                     
@@ -49690,27 +49706,43 @@ exports[`csr snapshot test > csr test ./src/date-picker/_example/panel.vue 1`] =
             >
               <table>
                 <thead>
-                  <tr>
+                  <tr
+                    class="t-date-picker__table-header-row"
+                  >
                     
-                    <th>
+                    <th
+                      class="t-date-picker__table-header-cell"
+                    >
                       一
                     </th>
-                    <th>
+                    <th
+                      class="t-date-picker__table-header-cell"
+                    >
                       二
                     </th>
-                    <th>
+                    <th
+                      class="t-date-picker__table-header-cell"
+                    >
                       三
                     </th>
-                    <th>
+                    <th
+                      class="t-date-picker__table-header-cell"
+                    >
                       四
                     </th>
-                    <th>
+                    <th
+                      class="t-date-picker__table-header-cell"
+                    >
                       五
                     </th>
-                    <th>
+                    <th
+                      class="t-date-picker__table-header-cell"
+                    >
                       六
                     </th>
-                    <th>
+                    <th
+                      class="t-date-picker__table-header-cell"
+                    >
                       日
                     </th>
                     
@@ -50454,27 +50486,43 @@ exports[`csr snapshot test > csr test ./src/date-picker/_example/panel.vue 1`] =
               >
                 <table>
                   <thead>
-                    <tr>
+                    <tr
+                      class="t-date-picker__table-header-row"
+                    >
                       
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         一
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         二
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         三
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         四
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         五
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         六
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         日
                       </th>
                       
@@ -51143,27 +51191,43 @@ exports[`csr snapshot test > csr test ./src/date-picker/_example/panel.vue 1`] =
               >
                 <table>
                   <thead>
-                    <tr>
+                    <tr
+                      class="t-date-picker__table-header-row"
+                    >
                       
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         一
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         二
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         三
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         四
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         五
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         六
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         日
                       </th>
                       
@@ -51854,27 +51918,43 @@ exports[`csr snapshot test > csr test ./src/date-picker/_example/panel.vue 1`] =
               >
                 <table>
                   <thead>
-                    <tr>
+                    <tr
+                      class="t-date-picker__table-header-row"
+                    >
                       
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         一
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         二
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         三
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         四
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         五
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         六
                       </th>
-                      <th>
+                      <th
+                        class="t-date-picker__table-header-cell"
+                      >
                         日
                       </th>
                       
diff --git a/test/unit/snap/__snapshots__/ssr.test.js.snap b/test/unit/snap/__snapshots__/ssr.test.js.snap
index e66ac151f1..09e5cbc764 100644
--- a/test/unit/snap/__snapshots__/ssr.test.js.snap
+++ b/test/unit/snap/__snapshots__/ssr.test.js.snap
@@ -327,7 +327,7 @@ exports[`ssr snapshot test > ssr test ./src/date-picker/_example/first-day-of-we
 
 exports[`ssr snapshot test > ssr test ./src/date-picker/_example/month.vue 1`] = `"<div class="t-space t-space-vertical" style="gap:16px;"><!--[--><!--[--><div class="t-space-item"><div class="t-date-picker"><div class="t-select-input t-select-input--empty" needconfirm="true"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-input--suffix"><!----><!----><input class="t-input__inner" placeholder="请选择月份" type="text" spellcheck="false" value><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-calendar" style=""><path fill="currentColor" d="M6 4V1.5h2V4h8V1.5h2V4h4v18H2V4h4zM4 6v3h16V6H4zm16 5H4v9h16v-9z"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div></div><!----><!--]--><!--[--><div class="t-space-item"><div class="t-date-range-picker"><div class="t-range-input-popup"><!--[--><!--[--><div class="t-range-input t-range-input--suffix"><div class="t-range-input__inner"><!----><!----><div class="t-input__wrap t-range-input__inner-left"><div class="t-input"><!----><!----><input class="t-input__inner" placeholder="请选择月份" type="text" spellcheck="false" value><!----><!----><!----><!----></div><!----></div><div class="t-range-input__inner-separator"> - </div><div class="t-input__wrap t-range-input__inner-right"><div class="t-input"><!----><!----><input class="t-input__inner" placeholder="请选择月份" type="text" spellcheck="false" value><!----><!----><!----><!----></div><!----></div><!----><span class="t-range-input__suffix t-range-input__suffix-icon"><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-calendar" style=""><path fill="currentColor" d="M6 4V1.5h2V4h8V1.5h2V4h4v18H2V4h4zM4 6v3h16V6H4zm16 5H4v9h16v-9z"></path></svg></span></div></div><!----><!--]--><!----><!--]--></div></div></div><!----><!--]--><!--]--></div>"`;
 
-exports[`ssr snapshot test > ssr test ./src/date-picker/_example/panel.vue 1`] = `"<div class="t-space t-space-vertical" style="gap:16px;"><!--[--><!--[--><div class="t-space-item"><div class="date-picker-panel-border"><div class="t-date-picker__panel"><!----><div class="t-date-picker__panel-content"><div class="t-date-picker__panel-date"><div class="t-date-picker__header"><div class="t-date-picker__header-controller"><div class="t-select__wrap t-date-picker__header-controller-month"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="12 月"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div><div class="t-select__wrap t-date-picker__header-controller-year"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="2020"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div></div><div class="t-pagination-mini"><button title="上个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__prev" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-left" style=""><path fill="currentColor" d="M15.91 17.5l-5.5-5.5 5.5-5.5-1.41-1.41L7.59 12l6.91 6.91 1.41-1.41z"></path></svg><!--]--></button><button title="当前" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__current" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-round" style=""><path fill="currentColor" d="M12 6a6 6 0 100 12 6 6 0 000-12zm-8 6a8 8 0 1116 0 8 8 0 01-16 0z"></path></svg><!--]--></button><button title="下个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__next" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-right" style=""><path fill="currentColor" d="M8.09 17.5l5.5-5.5-5.5-5.5L9.5 5.09 16.41 12 9.5 18.91 8.09 17.5z"></path></svg><!--]--></button></div></div><div class="t-date-picker__table"><table><thead><tr><!--[--><th>一</th><th>二</th><th>三</th><th>四</th><th>五</th><th>六</th><th>日</th><!--]--></tr></thead><tbody><!--[--><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="prev-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--first-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">3</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">6</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">10</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">11</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">12</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">13</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">14</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">15</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">16</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">17</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">18</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">19</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">20</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">21</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">22</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">23</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">24</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">25</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">26</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">27</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--now" type="current-month"><div class="t-date-picker__cell-inner">28</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">29</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--last-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">31</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">3</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">6</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">10</div></td><!--]--></tr><!--]--></tbody></table></div></div><!----></div><!----></div></div></div><!----><!--]--><!--[--><div class="t-space-item"><div class="date-picker-panel-border"><div class="t-date-picker__panel"><!----><div class="t-date-picker__panel-content"><div class="t-date-picker__panel-date"><div class="t-date-picker__header"><div class="t-date-picker__header-controller"><div class="t-select__wrap t-date-picker__header-controller-month"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="12 月"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div><div class="t-select__wrap t-date-picker__header-controller-year"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="2020"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div></div><div class="t-pagination-mini"><button title="上个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__prev" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-left" style=""><path fill="currentColor" d="M15.91 17.5l-5.5-5.5 5.5-5.5-1.41-1.41L7.59 12l6.91 6.91 1.41-1.41z"></path></svg><!--]--></button><button title="当前" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__current" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-round" style=""><path fill="currentColor" d="M12 6a6 6 0 100 12 6 6 0 000-12zm-8 6a8 8 0 1116 0 8 8 0 01-16 0z"></path></svg><!--]--></button><button title="下个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__next" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-right" style=""><path fill="currentColor" d="M8.09 17.5l5.5-5.5-5.5-5.5L9.5 5.09 16.41 12 9.5 18.91 8.09 17.5z"></path></svg><!--]--></button></div></div><div class="t-date-picker__table"><table><thead><tr><!--[--><th>一</th><th>二</th><th>三</th><th>四</th><th>五</th><th>六</th><th>日</th><!--]--></tr></thead><tbody><!--[--><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="prev-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--first-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">3</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">6</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">10</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">11</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">12</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">13</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">14</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">15</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">16</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">17</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">18</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">19</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">20</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">21</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">22</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">23</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">24</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">25</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">26</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">27</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--now" type="current-month"><div class="t-date-picker__cell-inner">28</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">29</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--last-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">31</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">3</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">6</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">10</div></td><!--]--></tr><!--]--></tbody></table></div></div><div class="t-date-picker__panel-time"><div class="t-date-picker__panel-time-viewer">00:00:00</div><div class="t-time-picker__panel"><div class="t-time-picker__panel-section-body"><div class="t-time-picker__panel-body" isfocus="false" isfooterdisplay="false"><div class="t-time-picker__panel-body-active-mask"><!--[--><!--]--></div><!--[--><!--]--></div></div><!----></div></div></div><div class="t-date-picker__footer t-date-picker__footer--bottom"><div class="t-date-picker__presets"><!----></div><button class="t-button t-button--variant-base t-button--theme-primary t-size-s t-is-disabled" type="button" disabled href><span class="t-button__text"><!--[-->确定<!--]--></span></button></div></div></div></div><!----><!--]--><!--[--><div class="t-space-item"><div class="date-picker-panel-border"><div class="t-date-range-picker__panel"><!----><div class="t-date-range-picker__panel-content-wrapper"><!--[--><div class="t-date-picker__panel-content"><div class="t-date-picker__panel-date"><div class="t-date-picker__header"><div class="t-date-picker__header-controller"><div class="t-select__wrap t-date-picker__header-controller-month"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="12 月"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div><div class="t-select__wrap t-date-picker__header-controller-year"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="2020"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div></div><div class="t-pagination-mini"><button title="上个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__prev" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-left" style=""><path fill="currentColor" d="M15.91 17.5l-5.5-5.5 5.5-5.5-1.41-1.41L7.59 12l6.91 6.91 1.41-1.41z"></path></svg><!--]--></button><button title="当前" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__current" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-round" style=""><path fill="currentColor" d="M12 6a6 6 0 100 12 6 6 0 000-12zm-8 6a8 8 0 1116 0 8 8 0 01-16 0z"></path></svg><!--]--></button><button title="下个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__next" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-right" style=""><path fill="currentColor" d="M8.09 17.5l5.5-5.5-5.5-5.5L9.5 5.09 16.41 12 9.5 18.91 8.09 17.5z"></path></svg><!--]--></button></div></div><div class="t-date-picker__table"><table><thead><tr><!--[--><th>一</th><th>二</th><th>三</th><th>四</th><th>五</th><th>六</th><th>日</th><!--]--></tr></thead><tbody><!--[--><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="prev-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--first-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">3</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">6</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">10</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">11</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">12</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">13</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">14</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">15</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">16</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">17</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">18</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">19</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">20</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">21</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">22</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">23</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">24</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">25</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">26</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">27</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--now" type="current-month"><div class="t-date-picker__cell-inner">28</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">29</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--last-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">31</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">3</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">6</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">10</div></td><!--]--></tr><!--]--></tbody></table></div></div><!----></div><div class="t-date-picker__panel-content"><div class="t-date-picker__panel-date"><div class="t-date-picker__header"><div class="t-date-picker__header-controller"><div class="t-select__wrap t-date-picker__header-controller-month"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="1 月"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div><div class="t-select__wrap t-date-picker__header-controller-year"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="2021"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div></div><div class="t-pagination-mini"><button title="上个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__prev" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-left" style=""><path fill="currentColor" d="M15.91 17.5l-5.5-5.5 5.5-5.5-1.41-1.41L7.59 12l6.91 6.91 1.41-1.41z"></path></svg><!--]--></button><button title="当前" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__current" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-round" style=""><path fill="currentColor" d="M12 6a6 6 0 100 12 6 6 0 000-12zm-8 6a8 8 0 1116 0 8 8 0 01-16 0z"></path></svg><!--]--></button><button title="下个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__next" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-right" style=""><path fill="currentColor" d="M8.09 17.5l5.5-5.5-5.5-5.5L9.5 5.09 16.41 12 9.5 18.91 8.09 17.5z"></path></svg><!--]--></button></div></div><div class="t-date-picker__table"><table><thead><tr><!--[--><th>一</th><th>二</th><th>三</th><th>四</th><th>五</th><th>六</th><th>日</th><!--]--></tr></thead><tbody><!--[--><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="prev-month"><div class="t-date-picker__cell-inner">28</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="prev-month"><div class="t-date-picker__cell-inner">29</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="prev-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="prev-month"><div class="t-date-picker__cell-inner">31</div></td><td class="t-date-picker__cell t-date-picker__cell--first-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">3</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">6</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">10</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">11</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">12</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">13</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">14</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">15</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">16</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">17</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">18</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">19</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">20</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">21</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">22</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">23</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">24</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">25</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">26</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">27</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">28</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">29</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--last-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">31</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">3</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">6</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">7</div></td><!--]--></tr><!--]--></tbody></table></div></div><!----></div><!--]--></div><!----></div></div></div><!----><!--]--><!--[--><div class="t-space-item"><div class="date-picker-panel-border"><div class="t-date-range-picker__panel"><!----><div class="t-date-range-picker__panel-content-wrapper"><div class="t-date-picker__panel-content"><div class="t-date-picker__panel-date"><div class="t-date-picker__header"><div class="t-date-picker__header-controller"><div class="t-select__wrap t-date-picker__header-controller-month"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="12 月"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div><div class="t-select__wrap t-date-picker__header-controller-year"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="2020"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div></div><div class="t-pagination-mini"><button title="上个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__prev" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-left" style=""><path fill="currentColor" d="M15.91 17.5l-5.5-5.5 5.5-5.5-1.41-1.41L7.59 12l6.91 6.91 1.41-1.41z"></path></svg><!--]--></button><button title="当前" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__current" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-round" style=""><path fill="currentColor" d="M12 6a6 6 0 100 12 6 6 0 000-12zm-8 6a8 8 0 1116 0 8 8 0 01-16 0z"></path></svg><!--]--></button><button title="下个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__next" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-right" style=""><path fill="currentColor" d="M8.09 17.5l5.5-5.5-5.5-5.5L9.5 5.09 16.41 12 9.5 18.91 8.09 17.5z"></path></svg><!--]--></button></div></div><div class="t-date-picker__table"><table><thead><tr><!--[--><th>一</th><th>二</th><th>三</th><th>四</th><th>五</th><th>六</th><th>日</th><!--]--></tr></thead><tbody><!--[--><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="prev-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--first-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">3</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">6</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">10</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">11</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">12</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">13</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">14</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">15</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">16</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">17</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">18</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">19</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">20</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">21</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">22</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">23</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">24</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">25</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">26</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">27</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--now" type="current-month"><div class="t-date-picker__cell-inner">28</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">29</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--last-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">31</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">3</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">6</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">10</div></td><!--]--></tr><!--]--></tbody></table></div></div><div class="t-date-picker__panel-time"><div class="t-date-picker__panel-time-viewer">00:00:00</div><div class="t-time-picker__panel"><div class="t-time-picker__panel-section-body"><div class="t-time-picker__panel-body" isfocus="false" isfooterdisplay="false"><div class="t-time-picker__panel-body-active-mask"><!--[--><!--]--></div><!--[--><!--]--></div></div><!----></div></div></div></div><div class="t-date-picker__footer t-date-picker__footer--bottom"><div class="t-date-picker__presets"><!----></div><button class="t-button t-button--variant-base t-button--theme-primary t-size-s t-is-disabled" type="button" disabled href><span class="t-button__text"><!--[-->确定<!--]--></span></button></div></div></div></div><!----><!--]--><!--]--></div>"`;
+exports[`ssr snapshot test > ssr test ./src/date-picker/_example/panel.vue 1`] = `"<div class="t-space t-space-vertical" style="gap:16px;"><!--[--><!--[--><div class="t-space-item"><div class="date-picker-panel-border"><div class="t-date-picker__panel"><!----><div class="t-date-picker__panel-content"><div class="t-date-picker__panel-date"><div class="t-date-picker__header"><div class="t-date-picker__header-controller"><div class="t-select__wrap t-date-picker__header-controller-month"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="12 月"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div><div class="t-select__wrap t-date-picker__header-controller-year"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="2020"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div></div><div class="t-pagination-mini"><button title="上个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__prev" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-left" style=""><path fill="currentColor" d="M15.91 17.5l-5.5-5.5 5.5-5.5-1.41-1.41L7.59 12l6.91 6.91 1.41-1.41z"></path></svg><!--]--></button><button title="当前" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__current" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-round" style=""><path fill="currentColor" d="M12 6a6 6 0 100 12 6 6 0 000-12zm-8 6a8 8 0 1116 0 8 8 0 01-16 0z"></path></svg><!--]--></button><button title="下个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__next" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-right" style=""><path fill="currentColor" d="M8.09 17.5l5.5-5.5-5.5-5.5L9.5 5.09 16.41 12 9.5 18.91 8.09 17.5z"></path></svg><!--]--></button></div></div><div class="t-date-picker__table"><table><thead><tr class="t-date-picker__table-header-row"><!--[--><th class="t-date-picker__table-header-cell">一</th><th class="t-date-picker__table-header-cell">二</th><th class="t-date-picker__table-header-cell">三</th><th class="t-date-picker__table-header-cell">四</th><th class="t-date-picker__table-header-cell">五</th><th class="t-date-picker__table-header-cell">六</th><th class="t-date-picker__table-header-cell">日</th><!--]--></tr></thead><tbody><!--[--><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="prev-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--first-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">3</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">6</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">10</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">11</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">12</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">13</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">14</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">15</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">16</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">17</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">18</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">19</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">20</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">21</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">22</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">23</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">24</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">25</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">26</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">27</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--now" type="current-month"><div class="t-date-picker__cell-inner">28</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">29</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--last-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">31</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">3</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">6</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">10</div></td><!--]--></tr><!--]--></tbody></table></div></div><!----></div><!----></div></div></div><!----><!--]--><!--[--><div class="t-space-item"><div class="date-picker-panel-border"><div class="t-date-picker__panel"><!----><div class="t-date-picker__panel-content"><div class="t-date-picker__panel-date"><div class="t-date-picker__header"><div class="t-date-picker__header-controller"><div class="t-select__wrap t-date-picker__header-controller-month"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="12 月"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div><div class="t-select__wrap t-date-picker__header-controller-year"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="2020"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div></div><div class="t-pagination-mini"><button title="上个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__prev" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-left" style=""><path fill="currentColor" d="M15.91 17.5l-5.5-5.5 5.5-5.5-1.41-1.41L7.59 12l6.91 6.91 1.41-1.41z"></path></svg><!--]--></button><button title="当前" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__current" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-round" style=""><path fill="currentColor" d="M12 6a6 6 0 100 12 6 6 0 000-12zm-8 6a8 8 0 1116 0 8 8 0 01-16 0z"></path></svg><!--]--></button><button title="下个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__next" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-right" style=""><path fill="currentColor" d="M8.09 17.5l5.5-5.5-5.5-5.5L9.5 5.09 16.41 12 9.5 18.91 8.09 17.5z"></path></svg><!--]--></button></div></div><div class="t-date-picker__table"><table><thead><tr class="t-date-picker__table-header-row"><!--[--><th class="t-date-picker__table-header-cell">一</th><th class="t-date-picker__table-header-cell">二</th><th class="t-date-picker__table-header-cell">三</th><th class="t-date-picker__table-header-cell">四</th><th class="t-date-picker__table-header-cell">五</th><th class="t-date-picker__table-header-cell">六</th><th class="t-date-picker__table-header-cell">日</th><!--]--></tr></thead><tbody><!--[--><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="prev-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--first-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">3</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">6</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">10</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">11</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">12</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">13</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">14</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">15</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">16</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">17</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">18</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">19</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">20</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">21</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">22</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">23</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">24</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">25</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">26</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">27</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--now" type="current-month"><div class="t-date-picker__cell-inner">28</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">29</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--last-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">31</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">3</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">6</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">10</div></td><!--]--></tr><!--]--></tbody></table></div></div><div class="t-date-picker__panel-time"><div class="t-date-picker__panel-time-viewer">00:00:00</div><div class="t-time-picker__panel"><div class="t-time-picker__panel-section-body"><div class="t-time-picker__panel-body" isfocus="false" isfooterdisplay="false"><div class="t-time-picker__panel-body-active-mask"><!--[--><!--]--></div><!--[--><!--]--></div></div><!----></div></div></div><div class="t-date-picker__footer t-date-picker__footer--bottom"><div class="t-date-picker__presets"><!----></div><button class="t-button t-button--variant-base t-button--theme-primary t-size-s t-is-disabled" type="button" disabled href><span class="t-button__text"><!--[-->确定<!--]--></span></button></div></div></div></div><!----><!--]--><!--[--><div class="t-space-item"><div class="date-picker-panel-border"><div class="t-date-range-picker__panel"><!----><div class="t-date-range-picker__panel-content-wrapper"><!--[--><div class="t-date-picker__panel-content"><div class="t-date-picker__panel-date"><div class="t-date-picker__header"><div class="t-date-picker__header-controller"><div class="t-select__wrap t-date-picker__header-controller-month"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="12 月"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div><div class="t-select__wrap t-date-picker__header-controller-year"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="2020"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div></div><div class="t-pagination-mini"><button title="上个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__prev" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-left" style=""><path fill="currentColor" d="M15.91 17.5l-5.5-5.5 5.5-5.5-1.41-1.41L7.59 12l6.91 6.91 1.41-1.41z"></path></svg><!--]--></button><button title="当前" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__current" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-round" style=""><path fill="currentColor" d="M12 6a6 6 0 100 12 6 6 0 000-12zm-8 6a8 8 0 1116 0 8 8 0 01-16 0z"></path></svg><!--]--></button><button title="下个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__next" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-right" style=""><path fill="currentColor" d="M8.09 17.5l5.5-5.5-5.5-5.5L9.5 5.09 16.41 12 9.5 18.91 8.09 17.5z"></path></svg><!--]--></button></div></div><div class="t-date-picker__table"><table><thead><tr class="t-date-picker__table-header-row"><!--[--><th class="t-date-picker__table-header-cell">一</th><th class="t-date-picker__table-header-cell">二</th><th class="t-date-picker__table-header-cell">三</th><th class="t-date-picker__table-header-cell">四</th><th class="t-date-picker__table-header-cell">五</th><th class="t-date-picker__table-header-cell">六</th><th class="t-date-picker__table-header-cell">日</th><!--]--></tr></thead><tbody><!--[--><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="prev-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--first-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">3</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">6</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">10</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">11</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">12</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">13</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">14</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">15</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">16</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">17</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">18</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">19</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">20</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">21</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">22</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">23</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">24</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">25</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">26</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">27</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--now" type="current-month"><div class="t-date-picker__cell-inner">28</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">29</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--last-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">31</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">3</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">6</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">10</div></td><!--]--></tr><!--]--></tbody></table></div></div><!----></div><div class="t-date-picker__panel-content"><div class="t-date-picker__panel-date"><div class="t-date-picker__header"><div class="t-date-picker__header-controller"><div class="t-select__wrap t-date-picker__header-controller-month"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="1 月"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div><div class="t-select__wrap t-date-picker__header-controller-year"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="2021"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div></div><div class="t-pagination-mini"><button title="上个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__prev" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-left" style=""><path fill="currentColor" d="M15.91 17.5l-5.5-5.5 5.5-5.5-1.41-1.41L7.59 12l6.91 6.91 1.41-1.41z"></path></svg><!--]--></button><button title="当前" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__current" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-round" style=""><path fill="currentColor" d="M12 6a6 6 0 100 12 6 6 0 000-12zm-8 6a8 8 0 1116 0 8 8 0 01-16 0z"></path></svg><!--]--></button><button title="下个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__next" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-right" style=""><path fill="currentColor" d="M8.09 17.5l5.5-5.5-5.5-5.5L9.5 5.09 16.41 12 9.5 18.91 8.09 17.5z"></path></svg><!--]--></button></div></div><div class="t-date-picker__table"><table><thead><tr class="t-date-picker__table-header-row"><!--[--><th class="t-date-picker__table-header-cell">一</th><th class="t-date-picker__table-header-cell">二</th><th class="t-date-picker__table-header-cell">三</th><th class="t-date-picker__table-header-cell">四</th><th class="t-date-picker__table-header-cell">五</th><th class="t-date-picker__table-header-cell">六</th><th class="t-date-picker__table-header-cell">日</th><!--]--></tr></thead><tbody><!--[--><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="prev-month"><div class="t-date-picker__cell-inner">28</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="prev-month"><div class="t-date-picker__cell-inner">29</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="prev-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="prev-month"><div class="t-date-picker__cell-inner">31</div></td><td class="t-date-picker__cell t-date-picker__cell--first-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">3</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">6</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">10</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">11</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">12</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">13</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">14</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">15</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">16</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">17</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">18</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">19</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">20</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">21</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">22</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">23</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">24</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">25</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">26</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">27</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">28</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">29</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--last-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">31</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">3</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">6</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">7</div></td><!--]--></tr><!--]--></tbody></table></div></div><!----></div><!--]--></div><!----></div></div></div><!----><!--]--><!--[--><div class="t-space-item"><div class="date-picker-panel-border"><div class="t-date-range-picker__panel"><!----><div class="t-date-range-picker__panel-content-wrapper"><div class="t-date-picker__panel-content"><div class="t-date-picker__panel-date"><div class="t-date-picker__header"><div class="t-date-picker__header-controller"><div class="t-select__wrap t-date-picker__header-controller-month"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="12 月"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div><div class="t-select__wrap t-date-picker__header-controller-year"><div class="t-select-input t-select"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-is-readonly t-input--suffix"><!----><!----><input class="t-input__inner" readonly placeholder="请选择" type="text" unselectable="on" spellcheck="false" value="2020"><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg class="t-fake-arrow t-select__right-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M3.75 5.7998L7.99274 10.0425L12.2361 5.79921" stroke="black" stroke-opacity="0.9" stroke-width="1.3"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div></div><div class="t-pagination-mini"><button title="上个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__prev" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-left" style=""><path fill="currentColor" d="M15.91 17.5l-5.5-5.5 5.5-5.5-1.41-1.41L7.59 12l6.91 6.91 1.41-1.41z"></path></svg><!--]--></button><button title="当前" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__current" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-round" style=""><path fill="currentColor" d="M12 6a6 6 0 100 12 6 6 0 000-12zm-8 6a8 8 0 1116 0 8 8 0 01-16 0z"></path></svg><!--]--></button><button title="下个月" class="t-button t-button--variant-text t-button--theme-default t-size-s t-button--shape-square t-button--icon-only t-pagination-mini__next" type="button" href tabindex="0"><!--[--><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-chevron-right" style=""><path fill="currentColor" d="M8.09 17.5l5.5-5.5-5.5-5.5L9.5 5.09 16.41 12 9.5 18.91 8.09 17.5z"></path></svg><!--]--></button></div></div><div class="t-date-picker__table"><table><thead><tr class="t-date-picker__table-header-row"><!--[--><th class="t-date-picker__table-header-cell">一</th><th class="t-date-picker__table-header-cell">二</th><th class="t-date-picker__table-header-cell">三</th><th class="t-date-picker__table-header-cell">四</th><th class="t-date-picker__table-header-cell">五</th><th class="t-date-picker__table-header-cell">六</th><th class="t-date-picker__table-header-cell">日</th><!--]--></tr></thead><tbody><!--[--><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="prev-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--first-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">3</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">6</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">10</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">11</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">12</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">13</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">14</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">15</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">16</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">17</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">18</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">19</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">20</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">21</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">22</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">23</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">24</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">25</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">26</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">27</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--now" type="current-month"><div class="t-date-picker__cell-inner">28</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">29</div></td><td class="t-date-picker__cell" type="current-month"><div class="t-date-picker__cell-inner">30</div></td><td class="t-date-picker__cell t-date-picker__cell--last-day-of-month" type="current-month"><div class="t-date-picker__cell-inner">31</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">1</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">2</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">3</div></td><!--]--></tr><tr class="t-date-picker__table-date-row"><!--[--><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">4</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">5</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">6</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">7</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">8</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">9</div></td><td class="t-date-picker__cell t-date-picker__cell--additional" type="next-month"><div class="t-date-picker__cell-inner">10</div></td><!--]--></tr><!--]--></tbody></table></div></div><div class="t-date-picker__panel-time"><div class="t-date-picker__panel-time-viewer">00:00:00</div><div class="t-time-picker__panel"><div class="t-time-picker__panel-section-body"><div class="t-time-picker__panel-body" isfocus="false" isfooterdisplay="false"><div class="t-time-picker__panel-body-active-mask"><!--[--><!--]--></div><!--[--><!--]--></div></div><!----></div></div></div></div><div class="t-date-picker__footer t-date-picker__footer--bottom"><div class="t-date-picker__presets"><!----></div><button class="t-button t-button--variant-base t-button--theme-primary t-size-s t-is-disabled" type="button" disabled href><span class="t-button__text"><!--[-->确定<!--]--></span></button></div></div></div></div><!----><!--]--><!--]--></div>"`;
 
 exports[`ssr snapshot test > ssr test ./src/date-picker/_example/quarter.vue 1`] = `"<div class="t-space t-space-vertical" style="gap:16px;"><!--[--><!--[--><div class="t-space-item"><div class="t-date-picker"><div class="t-select-input t-select-input--empty" needconfirm="true"><!--[--><div class="t-input__wrap" style=""><div class="t-input t-input--suffix"><!----><!----><input class="t-input__inner" placeholder="请选择季度" type="text" spellcheck="false" value><!----><!----><!----><span class="t-input__suffix t-input__suffix-icon"><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-calendar" style=""><path fill="currentColor" d="M6 4V1.5h2V4h8V1.5h2V4h4v18H2V4h4zM4 6v3h16V6H4zm16 5H4v9h16v-9z"></path></svg></span></div><!----></div><!----><!--]--><!----></div></div></div><!----><!--]--><!--[--><div class="t-space-item"><div class="t-date-range-picker"><div class="t-range-input-popup"><!--[--><!--[--><div class="t-range-input t-range-input--suffix"><div class="t-range-input__inner"><!----><!----><div class="t-input__wrap t-range-input__inner-left"><div class="t-input"><!----><!----><input class="t-input__inner" placeholder="请选择季度" type="text" spellcheck="false" value><!----><!----><!----><!----></div><!----></div><div class="t-range-input__inner-separator"> - </div><div class="t-input__wrap t-range-input__inner-right"><div class="t-input"><!----><!----><input class="t-input__inner" placeholder="请选择季度" type="text" spellcheck="false" value><!----><!----><!----><!----></div><!----></div><!----><span class="t-range-input__suffix t-range-input__suffix-icon"><svg fill="none" viewBox="0 0 24 24" width="1em" height="1em" class="t-icon t-icon-calendar" style=""><path fill="currentColor" d="M6 4V1.5h2V4h8V1.5h2V4h4v18H2V4h4zM4 6v3h16V6H4zm16 5H4v9h16v-9z"></path></svg></span></div></div><!----><!--]--><!----><!--]--></div></div></div><!----><!--]--><!--]--></div>"`;