[WIP] Заменил инпуты с датой на baseInput, исправил стили, фикс станицы логина
This commit is contained in:
@@ -110,7 +110,8 @@
|
||||
:placeholder="settings[section].placeholder[key] || settings[section].placeholder"
|
||||
:sharp="settings[section].sharps[key] && section === 'pass' ? settings[section].sharps[key] : ''"
|
||||
)
|
||||
base-input-date.input-date.text-sm(
|
||||
base-input(
|
||||
type="date",
|
||||
v-else-if="isChange && section !== 'docs' && section !== 'additional'",
|
||||
v-model="sectionInfo.issued_by_date"
|
||||
)
|
||||
@@ -180,7 +181,7 @@ import ClientDetailSectionAddress from "@/pages/clients/components/ClientDetailS
|
||||
import TableChoiceAddingDoc from "@/pages/clients/components/TableChoiceAddingDoc";
|
||||
import BasePopup from "@/components/base/BasePopup";
|
||||
import BaseModal from "@/components/base/BaseModal";
|
||||
import BaseInputDate from "@/components/base/BaseInputDate";
|
||||
import BaseInput from "@/components/base/BaseInput";
|
||||
import { detail } from "@/pages/clients/utils/tableConfig";
|
||||
import pdfIcon from "@/assets/icons/pdf.svg";
|
||||
import wordIcon from "@/assets/icons/word.svg";
|
||||
@@ -193,7 +194,7 @@ export default {
|
||||
name: "ClientDetailInfoSection",
|
||||
components: {
|
||||
BaseButton,
|
||||
BaseInputDate,
|
||||
BaseInput,
|
||||
BasePopup,
|
||||
BaseModal,
|
||||
BaseLoader,
|
||||
@@ -523,12 +524,4 @@ export default {
|
||||
width: 38px
|
||||
z-index: 1
|
||||
background: var(--light-grey-bg-color)
|
||||
|
||||
.input
|
||||
border: 1.5px solid var(--border-light-grey-color)
|
||||
height: 40px
|
||||
|
||||
.input-date
|
||||
height: 40px
|
||||
background-color: var(--default-white)
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user