渐变文字标题、tailwindcss升级
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="round-info-container">
|
||||
<div class="ma-content-block rounded-sm flex-column justify-between w-full p-3 bg-color">
|
||||
<div class="ma-content-block rounded-xs flex-column justify-between w-full p-3 bg-color">
|
||||
<div class="title">{{ props.data.name }}信息</div>
|
||||
<div class="info-list">
|
||||
<a-list :gridProps="{ gutter: 0, span: 6 }" class="list-container">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="time-line-container">
|
||||
<div class="ma-content-block rounded-sm flex-column justify-between w-full p-3 bg-color">
|
||||
<div class="ma-content-block rounded-xs flex-column justify-between w-full p-3 bg-color">
|
||||
<div class="title">填写的项目时间轴</div>
|
||||
<a-timeline direction="horizontal" class="timeline" mode="alternate">
|
||||
<a-timeline-item :label="pInfo.time_line.start_time">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="title-container">
|
||||
<div class="ma-content-block rounded-sm flex-col justify-between w-full p-3 bg-color">
|
||||
<div class="ma-content-block rounded-xs flex-col justify-between w-full p-3 bg-color">
|
||||
<page-header :data="headerData"></page-header>
|
||||
<div class="title">基本信息</div>
|
||||
<div class="item-container">
|
||||
|
||||
@@ -51,7 +51,7 @@ const useCrudOption = () => {
|
||||
hide: true,
|
||||
dataIndex: "id",
|
||||
commonRules: [{ required: true, message: "ID必填" }],
|
||||
validateTrigger: "blur"
|
||||
validateTrigger: "blur-sm"
|
||||
},
|
||||
{
|
||||
title: "片段名称",
|
||||
@@ -60,7 +60,7 @@ const useCrudOption = () => {
|
||||
dataIndex: "name",
|
||||
search: true,
|
||||
commonRules: [{ required: true, message: "片段名称必填" }],
|
||||
validateTrigger: "blur"
|
||||
validateTrigger: "blur-sm"
|
||||
},
|
||||
{
|
||||
title: "替换片段",
|
||||
|
||||
@@ -159,7 +159,7 @@ const useCrudInit = function () {
|
||||
{ validator: validateBlank, message: "标识格式不正确" },
|
||||
{ validator: validateWindowFileNameInput }
|
||||
],
|
||||
validateTrigger: "blur"
|
||||
validateTrigger: "blur-sm"
|
||||
},
|
||||
{
|
||||
title: "项目名称",
|
||||
|
||||
Reference in New Issue
Block a user