美文网首页
table表格

table表格

作者: 老板下碗面 | 来源:发表于2021-07-27 10:24 被阅读0次

最近项目里面一直要用到表格的使用,有一些样式可以使用,使表格边框看起来更好看一点
colspan横向占用几格单位,rowspan,纵向占用几格单位


image.png
 <table border="1"
                               style="width:100%;margin:0 auto">
                            <tr algin="center">
                                <td colspan="10"
                                    style="width:100%;height:50px">体能考核项目以及对应的考核标准信息</td>
                            </tr>
                            <tr algin="center">
                                <th colspan="1"
                                    style="width:5%">序号</th>
                                <th colspan="2"
                                    style="width:30%">考核项目</th>
                                <th colspan="2"
                                    style="width:20%">优秀标准</th>
                                <th colspan="2"
                                    style="width:20%">良好标准</th>
                                <th colspan="2"
                                    style="width:20%">及格标准</th>
                                <th colspan="1"
                                    style="width:5%">操作</th>
                            </tr>
                            <tr v-for="(item,index) in form.examineType.physicalResults"
                                :key="index">
                                <td style="height:50px">{{index+1}}</td>
                                <td colspan="2"
                                    style="height:50px">
                                    <!-- <a-input
                                             v-model="item.examineProject"
                                             :maxLength="20"
                                             placeholder="最多可输入20字符" /> -->
                                    <a-form-model-item label=""
                                                       :labelCol="{span:0}"
                                                       :wrapperCol="{span:24}"
                                                       :prop="'examineType.physicalResults.'+index+'.examineProject'"
                                                       :rules="ValidateRules.ValidateRequired">
                                        <a-textarea style="width:90%;margin-top:4px"
                                                    placeholder="最多可输入20字符"
                                                    v-model="item.examineProject"
                                                    :maxLength="20"
                                                    :rows="2" />
                                    </a-form-model-item>
                                </td>
                                <td colspan="2"
                                    style="height:50px">
                                    <a-form-model-item label=""
                                                       :labelCol="{span:0}"
                                                       :wrapperCol="{span:24}"
                                                       :prop="'examineType.physicalResults.'+index+'.excellent'"
                                                       :rules="ValidateRules.ValidateRequired">
                                        <a-input style="width:90%;color:black"
                                                 v-model="item.excellent"
                                                 :maxLength="10"
                                                 placeholder="最多可输入10字符" />
                                    </a-form-model-item>
                                </td>
                                <td colspan="2"
                                    style="height:50px">
                                    <a-form-model-item label=""
                                                       :labelCol="{span:0}"
                                                       :wrapperCol="{span:24}"
                                                       :prop="'examineType.physicalResults.'+index+'.fine'"
                                                       :rules="ValidateRules.ValidateRequired">
                                        <a-input style="width:90%;color:black"
                                                 v-model="item.fine"
                                                 :maxLength="10"
                                                 placeholder="最多可输入10字符" />
                                    </a-form-model-item>
                                </td>
                                <td colspan="2"
                                    style="height:50px">
                                    <a-form-model-item label=""
                                                       :labelCol="{span:0}"
                                                       :wrapperCol="{span:24}"
                                                       :prop="'examineType.physicalResults.'+index+'.pass'"
                                                       :rules="ValidateRules.ValidateRequired">
                                        <a-input style="width:90%;color:black"
                                                 v-model="item.pass"
                                                 :maxLength="10"
                                                 placeholder="最多可输入10字符" />
                                    </a-form-model-item>
                                </td>
                                <td style="height:50px">
                                    <a style="font-size: 14px;color:red"
                                       v-if="form.examineType.physicalResults.length!==1"
                                       @click="handlerStamina('del', index)">删除</a>
                                </td>
                            </tr>
                        </table>
// 自定义table
table {
    *border-style: solid;
    *border-color: #333;
    *border-width: 1px 0 0 1px;
    font-size: 16px;
    border-collapse: collapse;
}
th,
td {
    margin: 0;
    padding: 0;
}

table td,
table th {
    border-width: 1px;
    *border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #3e658b;
    background-color: #ffffff;
    box-sizing: border-box;
    text-justify: inter-ideograph;
    text-align: center;
    color: black;
}
table th {
    color: #3e658b;
    background-color: #e8f1ff;
    text-align: center;
    height: 50px;
}
.border0 {
    padding: 0;
    *border-width: 0;
}
.border0 table {
    margin-left: -1px;
    margin-left: 0\9;
    border-style: hidden;
    *border-style: solid;
    border-width: 0;
}

td input {
    width: 60%;
    border-color: #3e658b;
    text-align: center;
    color: black;
}

相关文章

  • table表格

    table标签:表格 双标签 表格级(display:table) table有border width heig...

  • table布局方式与div+css布局的区别细讲

    表格布局(table): table表格拆分合并(colspan、rowspan) colspan横向合并表格必须...

  • html和css进阶二

    一、table标签 table的构成table表示表格开始表格结束tr表示表格中的行标签,一个表格中有多少行就应该...

  • CSS基本样式之表格

    1. 表格 给表格添加table-bordered(表格应用边框和斑马条纹) 给表格添加table-striped...

  • Bootstrap学习笔记(3)--表格\表单\图片

    Bootstrap表格 表格类: .table只会在表行之间增加横线; .table-striped会在表格行...

  • 标签(二)

    1.表格 table:表格 tr:table row,行 td: table dock,单元格 嵌套关系为tabl...

  • 表格 - Tables

    常规表格 给 标签设置 .table 类 条纹表格 增加设置 table-striped 类 带边框表格 增加...

  • Tailwind Table

    表格样式工具类 表格布局table layout CSS中table-layout属性用于设置表格布局的类型,即用...

  • HTML中的<table>

    table的作用 : 定义HTML文档中的表格 table的元素 标签给表格设置标题 标签定义表格的页头 定义表格...

  • HTML入门3(0717)

    07-17 1.表格