mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
remove border bottom
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<div class="col-12 p-0 p-t-5">
|
||||
<label class="muted m-b-0" :style="minWidth">Recipients Bank Accounts </label>
|
||||
</div>
|
||||
<div class="col-12 b-t b-b b-grey p-t-5 p-b-5 m-t-5 m-b-5 p-l-0 p-r-1">
|
||||
<div class="col-12 b-t b-grey p-t-5 p-b-5 m-t-5 m-b-5 p-l-0 p-r-1">
|
||||
<list-component key="2" section="companyBanksSection" :endpoint="route('api.bank.list')" :options="{'company_id': this.company_details.id}" v-if="this.company_details.id">
|
||||
<template slot="list" slot-scope="{data}">
|
||||
<company-bank-account-component :data="data" :company_id="parseInt(company_details.id)" section="companyBanksSection"></company-bank-account-component>
|
||||
|
||||
Reference in New Issue
Block a user